Jimmy Lio
03-04-2003, 06:24 AM
CGI scripts in my user account don't run!!! Why Why Why?
Below is the lines that can be found in my Apache conf files
...
<Directory /var/www/html/cgi-bin>
AllowOverride All
Options ExecCGI
</Directory>
...
...
<Directory /home/*/public_html/cgi-bin>
Options ExecCGI Includes Indexes
Order allow,deny
Allow from all
</Directory>
...
...
Scripts placed in /var/www/html/cgi-bin run okay... but not in my user accounts. Scripts in my user accounts give only Internal Server Error...
Please help...
Jimmy :confused:
Below is the lines that can be found in my Apache conf files
...
<Directory /var/www/html/cgi-bin>
AllowOverride All
Options ExecCGI
</Directory>
...
...
<Directory /home/*/public_html/cgi-bin>
Options ExecCGI Includes Indexes
Order allow,deny
Allow from all
</Directory>
...
...
Scripts placed in /var/www/html/cgi-bin run okay... but not in my user accounts. Scripts in my user accounts give only Internal Server Error...
Please help...
Jimmy :confused: