RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
Subject: Re: [users@httpd] NameVirtualHost address is not supported On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters wrote: > I've tried: > > NameVirtualHost *:80 > NameVirtualHost * > NameVirtualHost 184.168.190.45:80 It should match verbatim the arguments to VirtualHost

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
@httpd.apache.org Subject: Re: [users@httpd] NameVirtualHost address is not supported On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters wrote: > I've tried: > > NameVirtualHost *:80 > NameVirtualHost * > NameVirtualHost 184.168.190.45:80 It should match verbatim the arguments to V

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
httpd] NameVirtualHost address is not supported Michael, On 4/18/14, 2:16 PM, Michael Peters wrote: > I have a few sites I'd like to run on a single server with one IP on > port 80 and 443. I've tried several configuration examples without > success. I get error messages like this: > >

[users@httpd] NameVirtualHost address is not supported

2014-04-18 Thread Michael Peters
I have a few sites I'd like to run on a single server with one IP on port 80 and 443. I've tried several configuration examples without success. I get error messages like this: Starting httpd: [Fri Apr 18 09:23:32 2014] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a N

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
eciate you guys working on a solution a lot! Thank you very much. -Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: Sunday, March 16, 2014 12:22 PM To: users@httpd.apache.org Subject: Re: [users@httpd] PHP works but not PHP pages. Michael Peters wrote: > Now a ne

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
ount and use that only for httpd...then set the owner of the files to that account/group...as well as the appropriate permission. On Sun, Mar 16, 2014 at 1:16 PM, Michael Peters < michael.pet...@lazarusalliance.com> wrote: *I added your suggestion to the top of a phpMyAdmin index.php page

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
on line 0 *From:* Steven Siebert [mailto:smsi...@gmail.com] *Sent:* Sunday, March 16, 2014 9:59 AM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] PHP works but not PHP pages. On Sun, Mar 16, 2014 at 11:25 AM, Michael Peters < michael.pet...@lazarusalliance.com> wrote:

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
, March 16, 2014 9:58 AM To: users@httpd.apache.org Subject: Re: [users@httpd] PHP works but not PHP pages. On Sun, Mar 16, 2014 at 12:44 PM, Michael Peters wrote: > LoadModule php5_module modules/libphp5.so Sorry, the AddHandlers/AddTypes seem to be trying to do it. Must have typoed my sea

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
...@gmail.com] *Sent:* Sunday, March 16, 2014 9:59 AM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] PHP works but not PHP pages. On Sun, Mar 16, 2014 at 11:25 AM, Michael Peters < michael.pet...@lazarusalliance.com> wrote: y all PHP pages except for my test.php will not display? My

RE: [users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
25 AM, Michael Peters wrote: > What I cannot figure out is why all PHP pages except for my test.php > will not display? I didn't see anywhere in your config where you configured Apache to do anything special for PHP. Normally this would be configuring fastcgi or mod_php. I

[users@httpd] PHP works but not PHP pages.

2014-03-16 Thread Michael Peters
Apache is serving regular index.html and .html anything content fine. Apache is serving up all content that I have redirected to other ports like Nessus:8834 or OpenVAS:9392 just fine which are both PHP applications. I am able to run a test.php in any directory and verify my PHP build is working fi

[us...@httpd] Aliased IP addressed sites load very slowly

2010-06-02 Thread Michael Peters
I spent some time moving a few sites I own to a single server running a single apache2 instance. The primary site runs fast. The other sites run terribly slow for some reason. The primary site is on ETH0, and the other sites are on ETH0:1, ETH0:2, ETH0:3, etc. I've worked through documentation to r