[us...@httpd] virtual hosts help please

2010-01-25 Thread Chris Hall
Hello, I run a cpanel machine with the following versions: cPanel 11.25.0-R42404 WHM 11.25.0 - X 3.9 CENTOS 4.7 i686 Apache 2.0.63 We have a client that is running a real estate website using a product from Transparent Rets that connects and downloads a MLS (real estate) feed to display on thei

Re: [users@httpd] .phps extension with mod_fastcgi

2005-07-14 Thread Chris Hall
it's a PHP thing. add: # display formatted, syntax hilighted php source code AddType application/x-httpd-php-source .phps to httpd.conf and restart the server On 7/13/05, dAniel hAhler <[EMAIL PROTECTED]> wrote: > Hi, > > is the handling of .phps extensions (probably as text/html, with syntax

Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
My apologies, I didn't see that you want to do mass virtual hosts. On 7/7/05, Chris Hall <[EMAIL PROTECTED]> wrote: > Sounds like a candidate for VirtualHost > > assuming all the domain names point to the same IP address, add > something like this to your httpd.conf file

Re: [users@httpd] Re: Help on Rewriting Rule

2005-07-07 Thread Chris Hall
Sounds like a candidate for VirtualHost assuming all the domain names point to the same IP address, add something like this to your httpd.conf file: # x.x.x.x is the server's IP address NameVirtualHost x.x.x.x:80 # virtual host for www.enmail.com and enmail.com ServerName www.enmail.com

[EMAIL PROTECTED] strange problem when SSI including jsp

2005-07-06 Thread Chris Hall
I've recently setup apache 2.0.49 (SuSE Enterprise Linux 9 rpm package) and Tomcat 5.5.9 (downloaded from jakarta site). Everything appears to be working great. First some information: moving apps from Websphere/IBM HTTP server to Tomcat/Apache web document root: /srv/www/websiteX/htdocs websit