Forum Moderators: phranque
For example I would need any reference to /usr/local/etc/httpd/cgi-bin/ in a PHP or Perl script to point to /home/httpd/vhosts/domain.com/cgi-bin/
I believe this could have been done on the old server by putting either an Alias or ScriptAlias directive in the httpd.conf. But on the new server I have an /etc/httpd/conf/httpd.conf, plus an httpd.include and vhost.conf for each domain in the /home/httpd/vhosts/domain.com/conf/ directory.
What code should go in which file? I've tried several combinations and can't get them to work....