Ravi Kumar <[EMAIL PROTECTED]> wrote: > > Correct me if I am wrong guys!! > But is there not something called a "ScriptAlias" section in apache > web server configuration. Maybe you have not set the ScriptAlias to > the proper path. > It is by default pointed to the /var/www/cgi-bin . So any scripts you > want to run has to be in the cgi-bin directory. Or you can explicitly > set the ScriptAlias to the directory you want to point it to. >
ScriptAlias is not required for PHP scripts. To be more "correct", i.e. if apache is configured with mod_php and you are not running the PHP scripts as a CGI. ScriptAlias is used for CGI scripts. -- Rohan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
