well here is where i am at now - maybe somebody knows if this correct?
1.) I want to add this Virtual Host Statement to the /www/zendcore/conf/httpd.conf. Using the i5/OS?
<VirtualHost myIP:8081>
ServerName myIP.com
DocumentRoot /www/awdweb/docs
ProxyReverse On
ProxyPass / http://myIP:8081/
ProxyPassReverse / http://myIP:8081/
<Directory /www/awdweb/docs>
Order Allow,Deny
Allow From all
</Directory>
</VirtualHost>
2.) I need to make an alias in /usr/local/zend/apache2/conf
Alias /myinst/www/awdweb/docs
<Directory /myinst>
Order allow,deny
Allow from all
</Directory>
3.) Once this is complete - I can add .php files to the ' www/awdweb/docs ' and it will be able to understand the .php?
Also, does anyone know what is the best program to use to edit the " .conf " so I don't lose the formatting?
Let me know if this sounds correct or if I am putting my alias in the wrong .conf files? Maybe it should be placed in the virtual server .conf file - oppossed to the PASE apache conf file?
Regards,
j
Thanks,