Re: [users@httpd] Apache PHP configuration

2014-10-20 Thread Néstor
is confusing because you say that you found your apache folder 2.2 and then you are using php5apache2_4 Which apache are you using 2.2 or 2.4? On Mon, Oct 20, 2014 at 8:06 PM, Ted Hickox wrote: > I'm using PHP 5.5 (I think that's the latest one.) and Apache 2.4 > > On Mon, Oct 20, 2014 at 2:47

Re: [users@httpd] I need your Help

2013-02-26 Thread Néstor
Because as a default it goes to the index.html file. Go to http://localhost/myfilename.html where myfilename.html is the name of the file you are trying to access . You can just put something inside the index.html file and see if it shows. Good Luck!!! On Tue, Feb 26, 2013 at 11:56 AM, CASTRO M

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-16 Thread Néstor
And u restarted Apache? On Oct 15, 2010 11:37 PM, "Stefan Dürrenberger" wrote: Am Freitag, den 15.10.2010, 18:12 -0700 schrieb Néstor: > See if you have a .htaccess and take a look at it, it might have > default information > in this f... I removed all .hta

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Néstor
See if you have a .htaccess and take a look at it, it might have default information in this file. :-) On Fri, Oct 15, 2010 at 2:34 PM, Dave Mansfield wrote: > > > Stefan Dürrenberger wrote: > >> Am Freitag, den 15.10.2010, 15:06 -0600 schrieb Brian Hirt: >> >> >>> Maybe you can run a different

RE: [EMAIL PROTECTED] NameVirtualHost question

2007-09-19 Thread Néstor Boscán
Hi Yes, you're right on that. I will test only the VirtualHost configuration. Now my Web Application fails on the first request. It doesn't get to the server. Regards, Néstor Boscán -Mensaje original- De: Boyle Owen [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 19 de Sep

RE: [EMAIL PROTECTED] NameVirtualHost question

2007-09-18 Thread Néstor Boscán
No, my problem analysis goes like this: 1) Set up proxy without virtual host -> it works. 2) Set up proxy with virtual host -> it doesn't work I assume the problem is number 2 Regards, Néstor Boscán -Mensaje original- De: Boyle Owen [mailto:[EMAIL PROTECTED] Enviado el:

RE: [EMAIL PROTECTED] NameVirtualHost question

2007-09-17 Thread Néstor Boscán
The ones that comes with OracleAS 10.1.3 Regards, Néstor Boscán -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Joshua Slive Enviado el: Lunes, 17 de Septiembre de 2007 03:20 p.m. Para: users@httpd.apache.org Asunto: Re: [EMAIL PROTECTED] NameVirtualHost

RE: [EMAIL PROTECTED] NameVirtualHost question

2007-09-17 Thread Néstor Boscán
://someotherserver/exchange ProxyPass /exchweb http://someotherserver/exchweb ProxyPassReverse /exchweb http://someotherserver/exchweb Regards, Néstor Boscán -Mensaje original- De: Phillip Hamilton [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 17 de Septiembre de 2007 03:07 p.m. Para: users

RE: [EMAIL PROTECTED] NameVirtualHost question

2007-09-17 Thread Néstor Boscán
tualHost for server2 and it doesn't use the configuration. Regards, Néstor Boscán -Mensaje original- De: Vincent Bray [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 17 de Septiembre de 2007 01:55 p.m. Para: users@httpd.apache.org Asunto: Re: [EMAIL PROTECTED] NameVirtualHost questi

[EMAIL PROTECTED] NameVirtualHost question

2007-09-17 Thread Néstor Boscán
Hi I have a server that has an Apache Server 1.3. The server only has 1 IP and can be access using two differente names server1 and server2. I would like to create a VirtualHost for each name that sets the ServerName. Now I tried the following NameVirtualHost ip:80 ServerName server1 ...