Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cgi script in apache (httpd.conf)
Name: LuXien Date: October 29, 2004 at 13:02:06 Pacific OS: AMD DURON 1.6Ghz CPU/Ram: 128MB
Comment:
Hey,
whats the command line or where do I write the command/string in the httpd.conf of apache (linux) so that I can run cgi scripts anywhere,(including the same / and the /cgi-bin/. I want to run them in the main www folder (/var/htdocs/www..) and in the /home/luxien/public_html) thanks,
Summary: Hey, whats the command line or where do I write the command/string in the httpd.conf of apache (linux) so that I can run cgi scripts anywhere,(including the same / and the /cgi-bin/. I want to run the...
Summary: Hey, I'm running APACHE 1.3.31 on Slackware 10 (linux). In the httpd.conf. What can i put or edit in the ScriptALias so that i can execute or a .cgi/.pl file executes wherever it is found. I dont want...
Summary: Set up a section in the HTTPD.conf for each virtual web site with names as appropriate. #Virtual Host MyWebSite <VirtualHost *:80> #Local port that Apache listens on. Can be anything you want b...