RE: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Boyle Owen
> -Original Message-
> From: Jalil Feghhi [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 14, 2006 11:28 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Help debugging 500 Error
> 
> We are using Apache 2.0.x with mod_proxy and for a specific 
> URL we get a 500 error. I check the error and access log 
> files and only see that there was an internal server error in 
> the access.log file. 

500 usually means that the request caused apache to execute some
server-sided code (eg CGI or PHP) but that the program failed. So this
will be an error in the program apache called - not in apache itself or
in any proxy.

> There is no info in error.log file that 
> helps me find out what went wrong.

Are you absolutely sure? Every error in apache (4xx or 5xx response
code) should lead to a line in the error log.. please check again
(cross-reference the timestamps) Are you sure you don't get "Premature
end of script headers"?

> I was wondering how else I can get more info why the request 
> failed. 

It depends on the server-sided logic - if it's CGI, you can get the
script output by activating ScriptLog (see docs for details). 

> I am sure the request doesn't get reverse proxied to 
> the destination web server and something happens inside Apache. 

This is correct..

But I'm wondering why a dynamic resource would end up getting proxied -
usually, you proxy requests immediately (based on the pattern of the
URL). Can you supply more details of exactly how your site works?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Any help is appreciated.
> 
> -Jalil
> 
> -- 
> Jalil 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] install

2006-09-14 Thread Boyle Owen
> -Original Message-
> From: Carl Wenrich [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 15, 2006 2:00 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] install
> 
> There were no errors on the command line. I also thought 
> everything went fine at first. I ran make, and then make 
> install. Again, no errors. But when I tried to start the 
> server, I got messages saying that (98) Address already in 
> use, make_sock could not bind to address ...80, and no 
> listening sockets available.


What this means is simply that there is already an application running
that has bound to port 80. You new apache needs this port so can't
start. This is probably a webserver - like your previous version of
apache? Having looked into your logfile, I see you're running linux, so
something like "netstat -a | grep '*.80'" should show you something
listening on port 80 and "ps -ef | grep httpd" will show if you have any
apache process running.

BTW, This is a completely different error to your first posting ("config
log tells me there are a number of fatal errors")...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> Sander Temme <[EMAIL PROTECTED]> wrote:
> 
> 
>   On Sep 14, 2006, at 4:32 PM, Carl Wenrich wrote:
>   
>   > I'm trying to install the latest version (from 
> source) and the 
>   > config log tells me there are a number of fatal errors. The 
>   > config.log.tar.gz is attached. Please advise.
>   
>   configure: exit 0
>   
>   Not seeing any errors. Looks like the configure process went 
>   smoothly. What is the error output on the command line?
>   
>   Thanks,
>   
>   S.
>   
>   -- 
>   [EMAIL PROTECTED] http://www.temme.net/sander/
>   PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
>   
>   
>   
> 
> 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] multiple SSL certs on one server behind a NAT router

2006-09-14 Thread Serge Dubrouski

In what format is your certificate file. Is it PEM? Something is
definitely wrong with it.

On 9/14/06, milktoast <[EMAIL PROTECTED]> wrote:


Hi, me again.

OK, I got my 2 external IPs and 2 internal IPs

I also have 2 certs.

Now when I edit httpd.conf and chnage the _default_:443 to 192.168.1.2:443
and copy that secton and paste it and modify the IP, root path and cert path
I get this and apach will not start with ssl

[Thu Sep 14 21:00:18 2006] [error] mod_ssl: Init: Unable to read server
certific
ate from file /etc/ssl.https/www.angelusonline.org.crt (OpenSSL library
error fo
llows)
[Thu Sep 14 21:00:18 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding
routine
s:ASN1_CHECK_TLEN:wrong tag
[Thu Sep 14 21:00:18 2006] [error] OpenSSL: error:0D07803A:asn1 encoding
routine
s:ASN1_ITEM_EX_D2I:nested asn1 error


I want to my cert authority and comfirmed my csr file and it is correct.

Any ideas what is happening?




Serge Dubrouski wrote:
>
> That's possible. You have to have 2 VirtualHoosts in your httpd.conf
> (or ssl.conf, or vhosts.conf whatever you prefer), one per each IP
> (). Do not enable NameVirtualHosts for them. Place
> SSLCertificateFile and SSLCertificateKeyFile directives inside your
> VirtualHosts. Remove "default" section.
> Then it should work.
>
> On 9/12/06, milktoast <[EMAIL PROTECTED]> wrote:
>
--
View this message in context: 
http://www.nabble.com/multiple-SSL-certs-on-one-server-behind-a-NAT-router-tf2260024.html#a6318306
Sent from the Apache HTTP Server - Users forum at Nabble.com.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] multiple SSL certs on one server behind a NAT router

2006-09-14 Thread milktoast

Hi, me again.

OK, I got my 2 external IPs and 2 internal IPs

I also have 2 certs.

Now when I edit httpd.conf and chnage the _default_:443 to 192.168.1.2:443
and copy that secton and paste it and modify the IP, root path and cert path
I get this and apach will not start with ssl

[Thu Sep 14 21:00:18 2006] [error] mod_ssl: Init: Unable to read server
certific
ate from file /etc/ssl.https/www.angelusonline.org.crt (OpenSSL library
error fo
llows)
[Thu Sep 14 21:00:18 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding
routine
s:ASN1_CHECK_TLEN:wrong tag
[Thu Sep 14 21:00:18 2006] [error] OpenSSL: error:0D07803A:asn1 encoding
routine
s:ASN1_ITEM_EX_D2I:nested asn1 error


I want to my cert authority and comfirmed my csr file and it is correct.

Any ideas what is happening?




Serge Dubrouski wrote:
> 
> That's possible. You have to have 2 VirtualHoosts in your httpd.conf
> (or ssl.conf, or vhosts.conf whatever you prefer), one per each IP
> (). Do not enable NameVirtualHosts for them. Place
> SSLCertificateFile and SSLCertificateKeyFile directives inside your
> VirtualHosts. Remove "default" section.
> Then it should work.
> 
> On 9/12/06, milktoast <[EMAIL PROTECTED]> wrote:
> 
-- 
View this message in context: 
http://www.nabble.com/multiple-SSL-certs-on-one-server-behind-a-NAT-router-tf2260024.html#a6318306
Sent from the Apache HTTP Server - Users forum at Nabble.com.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread Sander Temme


On Sep 14, 2006, at 10:33 AM, D. J. Waletzky wrote:

The reason I need to do this (and maybe this is another problem  
entirely)
is because the server's traffic increased exponentially over the  
last few

days and it seems to be running out of memory every night, if my


Further to Joshua's recommendation to adjust your MaxClients setting,  
you may have a memory leak in your setup that causes your httpd  
processes to bloat up as they serve requests. You should be able to  
see that happen in your 'top' display.


Consider using the MaxRequestsPerChild directive to limit the  
lifespan of your httpd processes. Start with a very low value (like  
MaxRequestsPerChild 1000) and see if that causes the problem to go  
away. Then, play with this directive and MaxClients until you arrive  
at a combination that keeps your server alive.


A server with fewer httpd child processes can serve fewer concurrent  
requests, and may be slower, but a slightly slower server is better  
than a dead server! Your operating system should never, ever have to  
swap. Once the OS goes into swap, your server is as good as dead.


S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Joshua Slive

On 9/14/06, Bobby Gontarski <[EMAIL PROTECTED]> wrote:


q3) I am going step by step with the manual at 
http://httpd.apache.org/docs/2.2/install.html and it says under requirements 
sections this:


No.  It says to do that only if you already have an old version of apr
installed on your system as a shared library that you need to upgrade.
In the normal case apr is built in installed as part of the normal
httpd build.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] install

2006-09-14 Thread Carl Wenrich
There were no errors on the command line. I also thought everything  went fine at first. I ran make, and then make install. Again, no  errors. But when I tried to start the server, I got messages saying  that (98) Address already in use, make_sock could not bind to address  ...80, and no listening sockets available.Sander Temme <[EMAIL PROTECTED]> wrote:  On Sep 14, 2006, at 4:32 PM, Carl Wenrich wrote:> I'm trying to install the latest version (from source) and the  > config log tells me there are a number of fatal errors. The  > config.log.tar.gz is attached. Please advise.configure: exit 0Not seeing any errors. Looks like the configure process went  smoothly. What is the error output on the command line?Thanks,S.-- [EMAIL PROTECTED]   
 http://www.temme.net/sander/PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
q1) Linux me 2.4.27-3-386 #1 Mon May 29 23:50:41 UTC 2006 i586 GNU/Linux
q2) yes from /root
q3) I am going step by step with the manual at 
http://httpd.apache.org/docs/2.2/install.html and it says under requirements 
sections this:

# Build and install apr 1.2
cd srclib/apr
./configure --prefix=/usr/local/apr-httpd/
make
make install

# Build and install apr-util 1.2
cd ../apr-util
./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
make
make install

# Configure httpd
cd ../../
./configure --with-apr=/usr/local/apr-httpd/ 
--with-apr-util=/usr/local/apr-util-httpd/

I am not sure from the description if I have to install it or not. 
Nevertheless, if I do not install it then apache will do? If so the same 
problem happens, aren't I right?

Bobby
>  Původní zpráva 
> Od: herauthon <[EMAIL PROTECTED]>
> Předmět: Re: [EMAIL PROTECTED] configure apr
> Datum: 14.9.2006 02:41:07
> 
> q) what OS (uname -a)
> q) from where (/root /??)
> q) why not just
> cd htt*3
> ./configure ?
>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] install

2006-09-14 Thread Sander Temme


On Sep 14, 2006, at 4:32 PM, Carl Wenrich wrote:

I'm trying to install the latest version (from source) and the  
config log tells me there are a number of fatal errors. The  
config.log.tar.gz is attached. Please advise.


configure: exit 0

Not seeing any errors. Looks like the configure process went  
smoothly. What is the error output on the command line?


Thanks,

S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


[EMAIL PROTECTED] install

2006-09-14 Thread Carl Wenrich
I'm trying to install the latest version (from source) and the config  log tells me there are a number of fatal errors. The config.log.tar.gz  is attached. Please advise.

config.log.tar.gz
Description: 3985132717-config.log.tar.gz
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Jalil Feghhi
I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120
 - - [14/Sep/2006:20:58:00 +] "GET /main/FileStore.ashx/Attachment/13001=Blue%20hills.jpg HTTP/1.1" 500 1287Nothing related to this request in error log though.-Jalil
On 9/14/06, Patrick Rutkowski <[EMAIL PROTECTED]> wrote:
Try adding "LogLevel debug" to your configOn Sep 14, 2006, at 5:28 PM, Jalil Feghhi wrote:> We are using Apache 2.0.x with mod_proxy and for a specific URL we> get a 500 error. I check the error and access log files and only
> see that there was an internal server error in the access.log file.> There is no info in error.log file that helps me find out what went> wrong.>> I was wondering how else I can get more info why the request
> failed. I am sure the request doesn't get reverse proxied to the> destination web server and something happens inside Apache.>> Any help is appreciated.>> -Jalil>> --
> Jalil-The official User-To-User support forum of the Apache HTTP Server Project.See 
http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: 
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Jalil


Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski
Hmm, I'm not sure then. I hardly know the first thing about proxies.On Sep 14, 2006, at 5:50 PM, Jalil Feghhi wrote:I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120  - - [14/Sep/2006:20:58:00 +] "GET /main/FileStore.ashx/Attachment/13001=Blue%20hills.jpg HTTP/1.1" 500 1287Nothing related to this request in error log though.-Jalil On 9/14/06, Patrick Rutkowski <[EMAIL PROTECTED]> wrote: Try adding "LogLevel debug" to your configOn Sep 14, 2006, at 5:28 PM, Jalil Feghhi wrote:> We are using Apache 2.0.x with mod_proxy and for a specific URL we> get a 500 error. I check the error and access log files and only > see that there was an internal server error in the access.log file.> There is no info in error.log file that helps me find out what went> wrong.>> I was wondering how else I can get more info why the request > failed. I am sure the request doesn't get reverse proxied to the> destination web server and something happens inside Apache.>> Any help is appreciated.>> -Jalil>> -- > Jalil-The official User-To-User support forum of the Apache HTTP Server Project.See  http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest:  [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Jalil

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski

Try adding "LogLevel debug" to your config

On Sep 14, 2006, at 5:28 PM, Jalil Feghhi wrote:

We are using Apache 2.0.x with mod_proxy and for a specific URL we  
get a 500 error. I check the error and access log files and only  
see that there was an internal server error in the access.log file.  
There is no info in error.log file that helps me find out what went  
wrong.


I was wondering how else I can get more info why the request  
failed. I am sure the request doesn't get reverse proxied to the  
destination web server and something happens inside Apache.


Any help is appreciated.

-Jalil

--
Jalil



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Jalil Feghhi
We are using Apache 2.0.x with mod_proxy and for a specific URL we get a 500 error. I check the error and access log files and only see that there was an internal server error in the access.log file. There is no info in error.log
 file that helps me find out what went wrong.I was wondering how else I can get more info why the request failed. I am sure the request doesn't get reverse proxied to the destination web server and something happens inside Apache. 
Any help is appreciated.-Jalil-- Jalil


Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-14 Thread Ace Suares
>
> *sigh*. Do we really need the condescending tone?  Especially since
> your example doesn't work either Mr. Expert.

I am sorry if I have offended you.
I stand corrected.

Apparently, the query string is a special case in mod_rewrite.

Cheers,
ace

-- 
maven n : someone who is dazzlingly skilled in any field [syn: ace,
 adept, champion, sensation, mavin, virtuoso, genius,
  hotshot, star, superstar, whiz, whizz, wizard,
  wiz]
- WordNet (r) 2.0

Suares & Co, Open Source Solutions
mail: Gravenstraat #4, Willemstad, Curacao (NA)
phone: +599 786 23 73
fax: +31 848 707 705
web: http://www.suares.an email: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
I don't see a single request for a .php file and each one of those requests returend with a successful status code. Based on those logs, there is nothing wrong with your server.On Sep 14, 2006, at 4:46 PM, Michael Flanagan wrote:http://rafb.net/paste/results/vbzlzB45.html- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:32 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!Let me see your access_log as well.On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:http://rafb.net/paste/results/9TfnJS47.html- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:22 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!If the server returned a ""The requested operation has failed!" message to your browser then it most definitely put something in the error logs as well. Can I see the log output generated by your failed request?http://rafb.net/paste/On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:"The requested operation has failed!".

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan



http://rafb.net/paste/results/vbzlzB45.html

  - Original Message - 
  From: 
  Patrick 
  Rutkowski 
  To: users@httpd.apache.org 
  Sent: Thursday, September 14, 2006 9:32 
  PM
  Subject: Re: [EMAIL PROTECTED] PHP set 
  up?!?!
  Let me see your access_log as well.
  
  
  On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:
  
http://rafb.net/paste/results/9TfnJS47.html

  - Original Message 
  -
  From: 
  Patrick 
  Rutkowski
  To: 
  users@httpd.apache.org
  Sent: 
  Thursday, September 14, 2006 9:22 PM
  Subject: Re: 
  [EMAIL PROTECTED] PHP set up?!?!
  If the server returned a ""The requested operation has 
  failed!" message to your browser then it most definitely put 
  something in the error logs as well. Can I see the log output generated by 
  your failed request?
  
  http://rafb.net/paste/
  
  
  On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:
  
"The 
requested operation has 
  failed!".


Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Let me see your access_log as well.On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:http://rafb.net/paste/results/9TfnJS47.html- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:22 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!If the server returned a ""The requested operation has failed!" message to your browser then it most definitely put something in the error logs as well. Can I see the log output generated by your failed request?http://rafb.net/paste/On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:"The requested operation has failed!".

[EMAIL PROTECTED] mod_dbd mod_authn_dbd mod_authz_dbd confusion

2006-09-14 Thread Vasiliy Boulytchev


Gents,
   I've been having awful time getting the mod_dbd, mod_authn_dbd, 
mod_authz_dbd to work together.  No good documentation has been found, 
so I would love to hear what you guys have to say on this :)
   I would love to document my steps, and write a simple howto for 
everyone to use!
   What I need, is a way I can authenticate people against a mysql 
database, which was provided with mod_auth_mysql back in 2.0 realm.  
Now, since 2.2.3 is out, mod_auth_mysql is not working, and the new way 
does not seem to be documented properly.


   So, does anyone have any documentation they can point me to (other 
than the obvious apache links)?


   I am completely stuck, and would love to get some help!

THANK YOU!

Vasiliy Boulytchev
[EMAIL PROTECTED]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan



http://rafb.net/paste/results/9TfnJS47.html

  - Original Message - 
  From: 
  Patrick 
  Rutkowski 
  To: users@httpd.apache.org 
  Sent: Thursday, September 14, 2006 9:22 
  PM
  Subject: Re: [EMAIL PROTECTED] PHP set 
  up?!?!
  If the server returned a ""The requested operation has failed!" 
  message to your browser then it most definitely put something in the 
  error logs as well. Can I see the log output generated by your failed request?
  
  http://rafb.net/paste/
  
  
  On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:
  
"The requested operation has 
  failed!".


Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
If the server returned a ""The requested operation has failed!" message to your browser then it most definitely put something in the error logs as well. Can I see the log output generated by your failed request?http://rafb.net/paste/On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:"The requested operation has failed!". 

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Ok, i have put the mod_php (LoadModule php5_module) Line in the httpd.conf, 
also set the AddType. I saved the .conf file, and restarted the server, and 
i am now getting the error "The requested operation has failed!".


I have entered the Lines :
LoadModule php5_module "c:\php2\php5apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3.


I have checked the error & access logs, and they are absolutly no help to me 
whatsoever!


Any help would be much appreciated
- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:50 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



A) Calm down
B) Fix your DNS
C) DMZ has nothing to do with it
D) Check if your ISP blocks port 80
E) Load mod_php in your apache config
F) Stop trying to program php if you're so helpless on simple system 
configuration and network issues, learn about computers in general  first.


-Patrick

On Sep 14, 2006, at 3:42 PM, Michael Flanagan wrote:


I have tried everything,
Setup Port Forwarding,
Setup DMZ,
Changed My DNS (updated)
Checked Firewall,
And No Matter What I Do Now, I Cant View My Site Online?!?!
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:16 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Line #8 doesn't mention anything about mod_php, so it's clearly  not 
loaded. Do you have the appropriate LoadModule directive in  your 
httpd.conf?


On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the   file 
for yourself?
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I   mentioned 
before and then stop Apache. Start it up again and  then  paste all of 
the output it produces in error_log during  the start  up process to 
this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e-  mail 
correctly, you would of noticed that i stated "doesnt  state 
anything about it in the error logs" (meaning i have  searched  the 
logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform   which 
they are developing on tend to produce very poor code.  If  you 
don't even know where log files are located then you  should  drop 
the idea of doing PHP/SQL programming for at  least at  month and 
instead read up  on UNIX and Apache in  general,  there's plenty of 
material out there  and it would  do you a  world of good.


In the simplest of situations your log files will be located  in 
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head  round 
this its a tough nut... just one of them things  where i  cant 
figure it, doesnt state anything bout it in the  error  logs 
dont know where to look, so thought i would  ask you  kind people, 
but obviously... " i shouldnt be doing  this" ?!


- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming   if 
your have to ask such a question. I suggest that you  look  into 
learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it   be 
Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling   to 
setup PHP by its side, i have downloaded and ran the   setup 
file, but it just doesnt seem to let me use PHP   files on my 
site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both 
together. I am a user, and did not to learn enough to be   an 
apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


- 
-- -- -- --
The official User-To-User support forum of the Apache HTTP 
Server Project.

See http://httpd.apache.org/userslist.html> for more  info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



-- 

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Set your log level to "debug" and check the logs. If fails then write  
an simple apache config from scratch and try starting with that.


On Sep 14, 2006, at 3:47 PM, MikeTeigen wrote:


I am running Apache on win32, all of a sudden httpd.exe is running my
CPU at 100%... I have tried changing all the settings in Apache and  
cant
find the source. Even when I shut down my php web site the load is  
still

there. The moment I stop the Apache service, the load lowers to 1%...

Any ideas?

___
Mike Teigen WEBMASTER
CORPORATE INFORMATION SERVICES
TOWNSHIP OF LANGLEY - http://www.tol.bc.ca
[Phone] 604.533.6166
[Cell] 604.340.5267
-Original Message-
From: Michael Flanagan [mailto:[EMAIL PROTECTED]
Sent: September 14, 2006 12:43 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!

I have tried everything,
Setup Port Forwarding,
Setup DMZ,
Changed My DNS (updated)
Checked Firewall,
And No Matter What I Do Now, I Cant View My Site Online?!?!
- Original Message -
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 8:16 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Line #8 doesn't mention anything about mod_php, so it's clearly not
loaded. Do you have the appropriate LoadModule directive in your
httpd.conf?

On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the   
file

for

yourself?
- Original Message - From: "Patrick Rutkowski"
<[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



How about this. Increase your log level go "info" like I  mentioned
before and then stop Apache. Start it up again and then  paste all

of

the output it produces in error_log during the start  up process to
this site: http://rafb.net/paste/

-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:


Sorry for the sound of cheekyness, but if you had of read my e-

mail

correctly, you would of noticed that i stated "doesnt state

anything

about it in the error logs" (meaning i have searched  the  logs)

but

still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"
<[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Programmers who are clueless about the underlying platform  which
they are developing on tend to produce very poor code. If  you

don't

even know where log files are located then you should  drop  the

idea

of doing PHP/SQL programming for at least at  month and  instead

read

up  on UNIX and Apache in general,  there's plenty of  material

out

there  and it would do you a  world of good.

In the simplest of situations your log files will be located in
SERVER_ROOT/logs.

-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:


I am fairly well up on programming, just cant get my head round
this its a tough nut... just one of them things where i   
cant



figure it, doesnt state anything bout it in the error  logs

dont
know where to look, so thought i would ask you  kind people,   
but



obviously... " i shouldnt be doing this" ?!

- Original Message - From: "Patrick Rutkowski"
<[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



You probably shouldn't be doing any PHP or web-programming  if
your have to ask such a question. I suggest that you look  into
learning basic UNIX first.

On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  be
Linux/ Unix?

Mike
- Original Message - From: "Stephen" 
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:

Set up APACHE the other day, and i am struggling  to
setup PHP by its side, i have downloaded and ran the  setup
file, but it just doesnt seem to let me use PHP  files on my
site... any advice?! :S:S

I used a Linux distro (Ubunto) that installed them both
together. I am a user, and did not to learn enough to be  an
apache administrator.

I suspect you are the same.

Uninstall and start over with a good distro.

Stephen




---

-- -- --
The official User-To-User support forum of the Apache HTTP
Server Project.
See http://httpd.apache.org/userslist.html> for more

info.

To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest-

[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]







-- -- -
The official User-To-User support forum of the Apache HTTP

Server

Project.
See http://httpd.apache.org/userslist.html> for more  
info.

To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest:

[EMAIL PROTECTED]

For additional comma

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski

A) Calm down
B) Fix your DNS
C) DMZ has nothing to do with it
D) Check if your ISP blocks port 80
E) Load mod_php in your apache config
F) Stop trying to program php if you're so helpless on simple system  
configuration and network issues, learn about computers in general  
first.


-Patrick

On Sep 14, 2006, at 3:42 PM, Michael Flanagan wrote:


I have tried everything,
Setup Port Forwarding,
Setup DMZ,
Changed My DNS (updated)
Checked Firewall,
And No Matter What I Do Now, I Cant View My Site Online?!?!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:16 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Line #8 doesn't mention anything about mod_php, so it's clearly  
not loaded. Do you have the appropriate LoadModule directive in  
your httpd.conf?


On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the   
file for yourself?
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I   
mentioned before and then stop Apache. Start it up again and  
then  paste all of the output it produces in error_log during  
the start  up process to this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e-  
mail correctly, you would of noticed that i stated "doesnt  
state   anything about it in the error logs" (meaning i have  
searched  the  logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform   
which they are developing on tend to produce very poor code.  
If  you  don't even know where log files are located then you  
should  drop  the idea of doing PHP/SQL programming for at  
least at  month and  instead read up  on UNIX and Apache in  
general,  there's plenty of  material out there  and it would  
do you a  world of good.


In the simplest of situations your log files will be located  
in SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head  
round this its a tough nut... just one of them things  
where i  cant figure it, doesnt state anything bout it in the  
error  logs  dont know where to look, so thought i would  
ask you  kind people,  but obviously... " i shouldnt be doing  
this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming   
if your have to ask such a question. I suggest that you  
look  into learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it   
be Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling   
to setup PHP by its side, i have downloaded and ran the   
setup file, but it just doesnt seem to let me use PHP   
files on my site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both  
together. I am a user, and did not to learn enough to be   
an apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


- 
-- -- -- --
The official User-To-User support forum of the Apache HTTP  
Server Project.
See http://httpd.apache.org/userslist.html> for more  
info.

To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest-  
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -- -- -
The official User-To-User support forum of the Apache  
HTTP   Server Project.
See http://httpd.apache.org/userslist.html> for more  
info.

To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]




--- 
-- -- --
The official User-To-User support forum of the Apache HTTP
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



-

[EMAIL PROTECTED] Question about suexec

2006-09-14 Thread Yves Dorfsman


Anybody has any idea if it's possible to do something like:

SuexecUserGroup $REMOTE_USER agroup

What I'm trying to do, is have the CGIs executed with the uid of the
authenticating user, but everybody will be using the same script, and the
same URL.

I've googled for it, and there are hints that people are doing this out
there, but no example of configuration (the one above is of course
completely invalid). On one page one guy's saying that he re-wrote su-exec
to be able to do all sort of things... but I really want to stay as close to
vanilla as possible.

All suggestions welcome.


Thanks.


Yves.

Yves Dorfsman [EMAIL PROTECTED]
   http://www.SollerS.ca



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread MikeTeigen
I am running Apache on win32, all of a sudden httpd.exe is running my
CPU at 100%... I have tried changing all the settings in Apache and cant
find the source. Even when I shut down my php web site the load is still
there. The moment I stop the Apache service, the load lowers to 1%...

Any ideas?

___
Mike Teigen WEBMASTER
CORPORATE INFORMATION SERVICES
TOWNSHIP OF LANGLEY - http://www.tol.bc.ca
[Phone] 604.533.6166
[Cell] 604.340.5267
-Original Message-
From: Michael Flanagan [mailto:[EMAIL PROTECTED] 
Sent: September 14, 2006 12:43 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!

I have tried everything,
Setup Port Forwarding,
Setup DMZ,
Changed My DNS (updated)
Checked Firewall,
And No Matter What I Do Now, I Cant View My Site Online?!?!
- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 8:16 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


> Line #8 doesn't mention anything about mod_php, so it's clearly not 
> loaded. Do you have the appropriate LoadModule directive in your 
> httpd.conf?
>
> On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:
>
>> Ok patrick, just posted that up there! That so you can view the  file
for 
>> yourself?
>> - Original Message - From: "Patrick Rutkowski" 
>> <[EMAIL PROTECTED]>
>> To: 
>> Sent: Thursday, September 14, 2006 8:02 PM
>> Subject: Re: [EMAIL PROTECTED] PHP set up?!?!
>>
>>
>>> How about this. Increase your log level go "info" like I  mentioned 
>>> before and then stop Apache. Start it up again and then  paste all
of 
>>> the output it produces in error_log during the start  up process to 
>>> this site: http://rafb.net/paste/
>>>
>>> -Patrick
>>>
>>> On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:
>>>
 Sorry for the sound of cheekyness, but if you had of read my e-
mail 
 correctly, you would of noticed that i stated "doesnt state
anything 
 about it in the error logs" (meaning i have searched  the  logs)
but 
 still nothings to be found.!!
 - Original Message - From: "Patrick Rutkowski" 
 <[EMAIL PROTECTED]>
 To: 
 Sent: Thursday, September 14, 2006 7:48 PM
 Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


> Programmers who are clueless about the underlying platform  which 
> they are developing on tend to produce very poor code. If  you
don't 
> even know where log files are located then you should  drop  the
idea 
> of doing PHP/SQL programming for at least at  month and  instead
read 
> up  on UNIX and Apache in general,  there's plenty of  material
out 
> there  and it would do you a  world of good.
>
> In the simplest of situations your log files will be located in 
> SERVER_ROOT/logs.
>
> -Patrick
>
> On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:
>
>> I am fairly well up on programming, just cant get my head round 
>> this its a tough nut... just one of them things where i  cant

>> figure it, doesnt state anything bout it in the error  logs
dont 
>> know where to look, so thought i would ask you  kind people,  but

>> obviously... " i shouldnt be doing this" ?!
>>
>> - Original Message - From: "Patrick Rutkowski" 
>> <[EMAIL PROTECTED]>
>> To: 
>> Sent: Thursday, September 14, 2006 7:27 PM
>> Subject: Re: [EMAIL PROTECTED] PHP set up?!?!
>>
>>
>>> You probably shouldn't be doing any PHP or web-programming  if 
>>> your have to ask such a question. I suggest that you look  into 
>>> learning basic UNIX first.
>>>
>>> On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:
>>>
 Stephen,

 Can i use a Linux Distro on a Windows Platform?Or must it  be 
 Linux/ Unix?

 Mike
 - Original Message - From: "Stephen" >>> [EMAIL PROTECTED]>
 To: 
 Sent: Thursday, September 14, 2006 7:08 PM
 Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


> Caroline Malton wrote:
>> Set up APACHE the other day, and i am struggling  to 
>> setup PHP by its side, i have downloaded and ran the  setup 
>> file, but it just doesnt seem to let me use PHP  files on my 
>> site... any advice?! :S:S
> I used a Linux distro (Ubunto) that installed them both 
> together. I am a user, and did not to learn enough to be  an 
> apache administrator.
>
> I suspect you are the same.
>
> Uninstall and start over with a good distro.
>
> Stephen
>
>
>
--- 
> -- -- --
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See http://httpd.apache.org/userslist.html> for more
info.

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan

I have tried everything,
Setup Port Forwarding,
Setup DMZ,
Changed My DNS (updated)
Checked Firewall,
And No Matter What I Do Now, I Cant View My Site Online?!?!
- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:16 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Line #8 doesn't mention anything about mod_php, so it's clearly not 
loaded. Do you have the appropriate LoadModule directive in your 
httpd.conf?


On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the  file for 
yourself?
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I  mentioned 
before and then stop Apache. Start it up again and then  paste all of 
the output it produces in error_log during the start  up process to 
this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e- mail 
correctly, you would of noticed that i stated "doesnt state   anything 
about it in the error logs" (meaning i have searched  the  logs) but 
still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform  which 
they are developing on tend to produce very poor code. If  you  don't 
even know where log files are located then you should  drop  the idea 
of doing PHP/SQL programming for at least at  month and  instead read 
up  on UNIX and Apache in general,  there's plenty of  material out 
there  and it would do you a  world of good.


In the simplest of situations your log files will be located in 
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round 
this its a tough nut... just one of them things where i  cant 
figure it, doesnt state anything bout it in the error  logs  dont 
know where to look, so thought i would ask you  kind people,  but 
obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming  if 
your have to ask such a question. I suggest that you look  into 
learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  be 
Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling  to 
setup PHP by its side, i have downloaded and ran the  setup 
file, but it just doesnt seem to let me use PHP  files on my 
site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both 
together. I am a user, and did not to learn enough to be  an 
apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
-- -- --
The official User-To-User support forum of the Apache HTTP 
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-- -- -
The official User-To-User support forum of the Apache HTTP   Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




- 
-- --
The official User-To-User support forum of the Apache HTTP   Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User suppo

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan

http://rafb.net/paste/results/rVCBKh91.html

- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:14 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



You have to give me the link to where you pasted it.

On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the  file for 
yourself?
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I  mentioned 
before and then stop Apache. Start it up again and then  paste all of 
the output it produces in error_log during the start  up process to 
this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e- mail 
correctly, you would of noticed that i stated "doesnt state   anything 
about it in the error logs" (meaning i have searched  the  logs) but 
still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform  which 
they are developing on tend to produce very poor code. If  you  don't 
even know where log files are located then you should  drop  the idea 
of doing PHP/SQL programming for at least at  month and  instead read 
up  on UNIX and Apache in general,  there's plenty of  material out 
there  and it would do you a  world of good.


In the simplest of situations your log files will be located in 
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round 
this its a tough nut... just one of them things where i  cant 
figure it, doesnt state anything bout it in the error  logs  dont 
know where to look, so thought i would ask you  kind people,  but 
obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming  if 
your have to ask such a question. I suggest that you look  into 
learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  be 
Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling  to 
setup PHP by its side, i have downloaded and ran the  setup 
file, but it just doesnt seem to let me use PHP  files on my 
site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both 
together. I am a user, and did not to learn enough to be  an 
apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
-- -- --
The official User-To-User support forum of the Apache HTTP 
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-- -- -
The official User-To-User support forum of the Apache HTTP   Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




- 
-- --
The official User-To-User support forum of the Apache HTTP   Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional command

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Line #8 doesn't mention anything about mod_php, so it's clearly not  
loaded. Do you have the appropriate LoadModule directive in your  
httpd.conf?


On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the  
file for yourself?
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I  
mentioned  before and then stop Apache. Start it up again and then  
paste all of  the output it produces in error_log during the start  
up process to  this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e- 
mail correctly, you would of noticed that i stated "doesnt state   
anything about it in the error logs" (meaning i have searched  
the  logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform  
which  they are developing on tend to produce very poor code. If  
you  don't even know where log files are located then you should  
drop  the idea of doing PHP/SQL programming for at least at  
month and  instead read up  on UNIX and Apache in general,  
there's plenty of  material out there  and it would do you a  
world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round  
this its a tough nut... just one of them things where i  
cant figure it, doesnt state anything bout it in the error  
logs  dont know where to look, so thought i would ask you  
kind people,  but obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming  
if   your have to ask such a question. I suggest that you look  
into   learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  
be   Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling  
to   setup PHP by its side, i have downloaded and ran the  
setup   file, but it just doesnt seem to let me use PHP  
files on my   site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both
together. I am a user, and did not to learn enough to be  
an   apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
-- -- --
The official User-To-User support forum of the Apache HTTP
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



 
-- -- -
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




- 
-- --
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski

Never-mind, I found it: http://rafb.net/paste/results/En5a2o99.html

On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the  
file for yourself?
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I  
mentioned  before and then stop Apache. Start it up again and then  
paste all of  the output it produces in error_log during the start  
up process to  this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e- 
mail correctly, you would of noticed that i stated "doesnt state   
anything about it in the error logs" (meaning i have searched  
the  logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform  
which  they are developing on tend to produce very poor code. If  
you  don't even know where log files are located then you should  
drop  the idea of doing PHP/SQL programming for at least at  
month and  instead read up  on UNIX and Apache in general,  
there's plenty of  material out there  and it would do you a  
world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round  
this its a tough nut... just one of them things where i  
cant figure it, doesnt state anything bout it in the error  
logs  dont know where to look, so thought i would ask you  
kind people,  but obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming  
if   your have to ask such a question. I suggest that you look  
into   learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  
be   Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling  
to   setup PHP by its side, i have downloaded and ran the  
setup   file, but it just doesnt seem to let me use PHP  
files on my   site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both
together. I am a user, and did not to learn enough to be  
an   apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
-- -- --
The official User-To-User support forum of the Apache HTTP
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



 
-- -- -
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




- 
-- --
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server  

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski

You have to give me the link to where you pasted it.

On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote:

Ok patrick, just posted that up there! That so you can view the  
file for yourself?
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I  
mentioned  before and then stop Apache. Start it up again and then  
paste all of  the output it produces in error_log during the start  
up process to  this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e- 
mail correctly, you would of noticed that i stated "doesnt state   
anything about it in the error logs" (meaning i have searched  
the  logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform  
which  they are developing on tend to produce very poor code. If  
you  don't even know where log files are located then you should  
drop  the idea of doing PHP/SQL programming for at least at  
month and  instead read up  on UNIX and Apache in general,  
there's plenty of  material out there  and it would do you a  
world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round  
this its a tough nut... just one of them things where i  
cant figure it, doesnt state anything bout it in the error  
logs  dont know where to look, so thought i would ask you  
kind people,  but obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming  
if   your have to ask such a question. I suggest that you look  
into   learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it  
be   Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling  
to   setup PHP by its side, i have downloaded and ran the  
setup   file, but it just doesnt seem to let me use PHP  
files on my   site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both
together. I am a user, and did not to learn enough to be  
an   apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
-- -- --
The official User-To-User support forum of the Apache HTTP
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: users-digest- 
[EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



 
-- -- -
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




- 
-- --
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See h

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Ok patrick, just posted that up there! That so you can view the file for 
yourself?
- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 8:02 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


How about this. Increase your log level go "info" like I mentioned  before 
and then stop Apache. Start it up again and then paste all of  the output 
it produces in error_log during the start up process to  this site: 
http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e-mail 
correctly, you would of noticed that i stated "doesnt state  anything 
about it in the error logs" (meaning i have searched the  logs) but still 
nothings to be found.!!
- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform which  they 
are developing on tend to produce very poor code. If you  don't even 
know where log files are located then you should drop  the idea of 
doing PHP/SQL programming for at least at month and  instead read up  on 
UNIX and Apache in general, there's plenty of  material out there  and 
it would do you a world of good.


In the simplest of situations your log files will be located in 
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round 
this its a tough nut... just one of them things where i cant 
figure it, doesnt state anything bout it in the error logs  dont 
know where to look, so thought i would ask you kind people,  but 
obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if   your 
have to ask such a question. I suggest that you look into   learning 
basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be   Linux/ 
Unix?


Mike
- Original Message - From: "Stephen" 
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to   setup 
PHP by its side, i have downloaded and ran the setup   file, but it 
just doesnt seem to let me use PHP files on my   site... any 
advice?! :S:S
I used a Linux distro (Ubunto) that installed them both   together. 
I am a user, and did not to learn enough to be an   apache 
administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


- 
-- --
The official User-To-User support forum of the Apache HTTP   Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski

Update your DNS records.

On Sep 14, 2006, at 2:59 PM, Michael Flanagan wrote:


Thank you patrick

I have just enabled port forwarding on my router, so all port 80  
gets directed to my computer, i have also set up DMZ on my network  
IP address, i notice before though that Doug stated 81.106.180.125,  
that actually seems to be my old I.P address, at my other house ??  
(well other house, moved here today). any way of changing this?


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:50 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


An nmap on scouse.mine.nu shows that everything other than 8080 is  
filtered. My guess is that a control-freak ISP is at the bottom of  
this.


-Patrick

On Sep 14, 2006, at 2:43 PM, Doug McNutt wrote:


At 19:13 +0100 9/14/06, Michael Flanagan wrote:
Hi, Yes http://localhost/ did respond, as  
does 127.0.0.1, i am able to view http://  
scouse.mine.nu but my friends are not?


Dumb question perhaps but are you sure you're on the network?  
What  is your fixed IP address? Does it have a user's domain  
name  associated with it?


scouse.mine.nu --> 81.106.180.125  Doesn't reply on port 80 or  
8080  and times out on a ping.


You seem to be:
http://cpc2-grim9-0-0-cust124.nott.cable.ntl.com
but that doesn't work either.

Those are not really apache questions but a firewall that does   
network address translation and blocks port 80 would sure explain  
a  lot of your problems.

--

--> From the U S of A, the only socialist country that refuses  
to  admit it. <--


 
-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread Joshua Slive

On 9/14/06, D. J. Waletzky <[EMAIL PROTECTED]> wrote:

Hi everyone-

I hope this is isn't too stupid a question, but is there any way I can
avoid recompiling PHP if I upgrade Apache from 2.0.54 to 2.0.59 with an
RPM package? I'm running a server on Fedora Core 3, and I'm really hoping
I can just rpm -i the new version of apache without having to reinstall
php.

The reason I need to do this (and maybe this is another problem entirely)
is because the server's traffic increased exponentially over the last few
days and it seems to be running out of memory every night, if my
/var/log/messages is to be believed. This is causing me to have to call
the hosting company and have the thing rebooted every morning. I'm setting
up a bunch more swap files, but does anyone have some better ideas than
upgrading to 2.0.59 (or even 2.2.3) and increasing swap space?


Swap ain't gonna help you.  If you are really running out of memory,
you need to start by lowering MaxClients to a level that can be
handled by your server without running out of physical memory.  Then
you need to carefully analyze your traffic to see where the load is
coming from.  Only then can you start to look for solutions.  Likely
issues include slow database connections and otherwise power-hungry
php scripts.

All the configuration you do in apache will probably have a minimal
effect compared to tuning your php and database, but you can also look
here:
http://httpd.apache.org/docs/2.0/misc/perf-tuning.html

Regarding your original question, the two versions are binary API
compatible, so there should be no problem.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
How about this. Increase your log level go "info" like I mentioned  
before and then stop Apache. Start it up again and then paste all of  
the output it produces in error_log during the start up process to  
this site: http://rafb.net/paste/


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e-mail  
correctly, you would of noticed that i stated "doesnt state  
anything about it in the error logs" (meaning i have searched the  
logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform which  
they  are developing on tend to produce very poor code. If you  
don't even  know where log files are located then you should drop  
the idea of  doing PHP/SQL programming for at least at month and  
instead read up  on UNIX and Apache in general, there's plenty of  
material out there  and it would do you a world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round   
this its a tough nut... just one of them things where i cant   
figure it, doesnt state anything bout it in the error logs  
dont  know where to look, so thought i would ask you kind people,  
but  obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if   
your have to ask such a question. I suggest that you look into   
learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be   
Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to   
setup PHP by its side, i have downloaded and ran the setup   
file, but it just doesnt seem to let me use PHP files on my   
site... any  advice?! :S:S
I used a Linux distro (Ubunto) that installed them both   
together.  I am a user, and did not to learn enough to be an   
apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


- 
-- --
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscri

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan

Thank you patrick

I have just enabled port forwarding on my router, so all port 80 gets 
directed to my computer, i have also set up DMZ on my network IP address, i 
notice before though that Doug stated 81.106.180.125, that actually seems to 
be my old I.P address, at my other house ?? (well other house, moved here 
today). any way of changing this?


- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:50 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


An nmap on scouse.mine.nu shows that everything other than 8080 is 
filtered. My guess is that a control-freak ISP is at the bottom of this.


-Patrick

On Sep 14, 2006, at 2:43 PM, Doug McNutt wrote:


At 19:13 +0100 9/14/06, Michael Flanagan wrote:
Hi, Yes http://localhost/ did respond, as does 
127.0.0.1, i am able to view http:// 
scouse.mine.nu but my friends are not?


Dumb question perhaps but are you sure you're on the network? What  is 
your fixed IP address? Does it have a user's domain name  associated with 
it?


scouse.mine.nu --> 81.106.180.125  Doesn't reply on port 80 or 8080  and 
times out on a ping.


You seem to be:
http://cpc2-grim9-0-0-cust124.nott.cable.ntl.com
but that doesn't work either.

Those are not really apache questions but a firewall that does  network 
address translation and blocks port 80 would sure explain a  lot of your 
problems.

--

--> From the U S of A, the only socialist country that refuses to  admit 
it. <--


-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Oh, sorry about that, I read it as "doesn't state anything about the  
error logs".


Try bumping up your log level to "info" by putting "LogLevel info"  
into httpd.conf. Fatal errors really should be reported at even lower  
levels, so it's doubtful that increasing the log level will actually  
yield useful new information, but it's worth a shot.


-Patrick

On Sep 14, 2006, at 2:51 PM, Michael Flanagan wrote:

Sorry for the sound of cheekyness, but if you had of read my e-mail  
correctly, you would of noticed that i stated "doesnt state  
anything about it in the error logs" (meaning i have searched the  
logs) but still nothings to be found.!!
- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform which  
they  are developing on tend to produce very poor code. If you  
don't even  know where log files are located then you should drop  
the idea of  doing PHP/SQL programming for at least at month and  
instead read up  on UNIX and Apache in general, there's plenty of  
material out there  and it would do you a world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round   
this its a tough nut... just one of them things where i cant   
figure it, doesnt state anything bout it in the error logs  
dont  know where to look, so thought i would ask you kind people,  
but  obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if   
your have to ask such a question. I suggest that you look into   
learning basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be   
Linux/ Unix?


Mike
- Original Message - From: "Stephen" [EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to   
setup PHP by its side, i have downloaded and ran the setup   
file, but it just doesnt seem to let me use PHP files on my   
site... any  advice?! :S:S
I used a Linux distro (Ubunto) that installed them both   
together.  I am a user, and did not to learn enough to be an   
apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


- 
-- --
The official User-To-User support forum of the Apache HTTP   
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
-- -
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support foru

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
An nmap on scouse.mine.nu shows that everything other than 8080 is  
filtered. My guess is that a control-freak ISP is at the bottom of this.


-Patrick

On Sep 14, 2006, at 2:43 PM, Doug McNutt wrote:


At 19:13 +0100 9/14/06, Michael Flanagan wrote:
Hi, Yes http://localhost/ did respond, as does  
127.0.0.1, i am able to view http:// 
scouse.mine.nu but my friends are not?


Dumb question perhaps but are you sure you're on the network? What  
is your fixed IP address? Does it have a user's domain name  
associated with it?


scouse.mine.nu --> 81.106.180.125  Doesn't reply on port 80 or 8080  
and times out on a ping.


You seem to be:
http://cpc2-grim9-0-0-cust124.nott.cable.ntl.com
but that doesn't work either.

Those are not really apache questions but a firewall that does  
network address translation and blocks port 80 would sure explain a  
lot of your problems.

--

--> From the U S of A, the only socialist country that refuses to  
admit it. <--


-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Sorry for the sound of cheekyness, but if you had of read my e-mail 
correctly, you would of noticed that i stated "doesnt state anything about 
it in the error logs" (meaning i have searched the logs) but still nothings 
to be found.!!
- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:48 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


Programmers who are clueless about the underlying platform which they  are 
developing on tend to produce very poor code. If you don't even  know 
where log files are located then you should drop the idea of  doing 
PHP/SQL programming for at least at month and instead read up  on UNIX and 
Apache in general, there's plenty of material out there  and it would do 
you a world of good.


In the simplest of situations your log files will be located in 
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round  this 
its a tough nut... just one of them things where i cant  figure it, 
doesnt state anything bout it in the error logs dont  know where to 
look, so thought i would ask you kind people, but  obviously... " i 
shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski" 
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if  your 
have to ask such a question. I suggest that you look into  learning 
basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be  Linux/ 
Unix?


Mike
- Original Message - From: "Stephen" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to  setup 
PHP by its side, i have downloaded and ran the setup  file, but it 
just doesnt seem to let me use PHP files on my  site... any  advice?! 
:S:S
I used a Linux distro (Ubunto) that installed them both  together.  I 
am a user, and did not to learn enough to be an  apache 
administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
--
The official User-To-User support forum of the Apache HTTP  Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen

Michael Flanagan wrote:

Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix?

Mike
I don't know of any. There are some good books that cover all of Apache, 
MySQL and PHP and they come with install disks and instructions for the 
Windows environment.


Probably the least painful approach would be to get one of these.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Programmers who are clueless about the underlying platform which they  
are developing on tend to produce very poor code. If you don't even  
know where log files are located then you should drop the idea of  
doing PHP/SQL programming for at least at month and instead read up  
on UNIX and Apache in general, there's plenty of material out there  
and it would do you a world of good.


In the simplest of situations your log files will be located in  
SERVER_ROOT/logs.


-Patrick

On Sep 14, 2006, at 2:41 PM, Michael Flanagan wrote:

I am fairly well up on programming, just cant get my head round  
this its a tough nut... just one of them things where i cant  
figure it, doesnt state anything bout it in the error logs dont  
know where to look, so thought i would ask you kind people, but  
obviously... " i shouldnt be doing this" ?!


- Original Message - From: "Patrick Rutkowski"  
<[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if  
your  have to ask such a question. I suggest that you look into  
learning  basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be  
Linux/ Unix?


Mike
- Original Message - From: "Stephen" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to  
setup  PHP by its side, i have downloaded and ran the setup  
file, but it  just doesnt seem to let me use PHP files on my  
site... any  advice?! :S:S
I used a Linux distro (Ubunto) that installed them both  
together.  I am a user, and did not to learn enough to be an  
apache  administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


--- 
--
The official User-To-User support forum of the Apache HTTP  
Server Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 
-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Doug McNutt
At 19:13 +0100 9/14/06, Michael Flanagan wrote:
>Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i 
>am able to view http://scouse.mine.nu but my friends 
>are not?

Dumb question perhaps but are you sure you're on the network? What is your 
fixed IP address? Does it have a user's domain name associated with it?

scouse.mine.nu --> 81.106.180.125  Doesn't reply on port 80 or 8080 and times 
out on a ping.

You seem to be:
http://cpc2-grim9-0-0-cust124.nott.cable.ntl.com
but that doesn't work either.

Those are not really apache questions but a firewall that does network address 
translation and blocks port 80 would sure explain a lot of your problems.
-- 

--> From the U S of A, the only socialist country that refuses to admit it. <--

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
I am fairly well up on programming, just cant get my head round this its 
a tough nut... just one of them things where i cant figure it, doesnt state 
anything bout it in the error logs dont know where to look, so thought i 
would ask you kind people, but obviously... " i shouldnt be doing this" ?!


- Original Message - 
From: "Patrick Rutkowski" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:27 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!


You probably shouldn't be doing any PHP or web-programming if your  have 
to ask such a question. I suggest that you look into learning  basic UNIX 
first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be Linux/ Unix?

Mike
- Original Message - From: "Stephen" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to setup  PHP 
by its side, i have downloaded and ran the setup file, but it  just 
doesnt seem to let me use PHP files on my site... any  advice?! :S:S
I used a Linux distro (Ubunto) that installed them both together.  I am 
a user, and did not to learn enough to be an apache  administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
You probably shouldn't be doing any PHP or web-programming if your  
have to ask such a question. I suggest that you look into learning  
basic UNIX first.


On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote:


Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be Linux/ 
Unix?


Mike
- Original Message - From: "Stephen" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to setup  
PHP by its side, i have downloaded and ran the setup file, but it  
just doesnt seem to let me use PHP files on my site... any  
advice?! :S:S
I used a Linux distro (Ubunto) that installed them both together.  
I am a user, and did not to learn enough to be an apache  
administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Stupid question regarding session

2006-09-14 Thread Gregor Schneider

Dear all,

just a stupid question regarding Apache and sessions:

We are running Apache 2.0.5x together with Tomcat 5.15.x and are using
mod_auth_cookie_mysql. Authorization is handeld via Tomcat.

Now mod_auth_cookie_mysql sets an expiration-time into the
MySQL-database, after which the cookie is not valid any more, thus the
Apache-session will time out and the user is forced to
re-authenticate.

Now here comes my question:

In Tomcat, the Session is defined as "Max. Time Of Inactivity",
meaning when the user interacts with Tomcat, the session is prolonged
for the time specified in the web app's web.xml-file.

What about Apache http? Will the session also be prolonged when the
user interacts with Apache (i.e. content is served)?

In case someone is using mod_auth_cookie_mysql, will Apache update the
entry for session-expiration in the MySQL-database?

How is the default behaviour of Apache with sessions?

I'd appreciate any hints about where this can be read, i.e. RFC or similar.

TIA

Greg
--
what's puzzlin' you, is the nature of my game

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
If you have a router then you need to open port 80 and forward it to the local IP of the computer you're running Apache on. Also, it's not uncommon for ISP's to block inbound port 80 connections so as to stop you from running a web server from home; if all else fails then contact your ISP and ask them if they filter your port 80 traffic.On Sep 14, 2006, at 2:13 PM, Michael Flanagan wrote:Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i am able to view http://scouse.mine.nu but my friends are not? Also, i am "caroline", sorry for any mistake, still had it set up on mothers name. So i have 2 issues.P.C Specs;AMD Athlon 2700+Seagate 80GB HDDWindows XP Home (SP2)Broadband internet (8Mbps)- Original Message -From: Günther MittermayerTo: users@httpd.apache.org ; Michael FlanaganSent: Thursday, September 14, 2006 7:09 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!Again Michael, we need more info. Does http://localhost respond on the server?On 9/14/06, Michael Flanagan < [EMAIL PROTECTED]> wrote:Another fault, my system doesnt seem to be "broadcasting" my web page whatsoever... http://scouse.mine.nu is completely offline, even though APACHE states that all servers are running...?? Anyone suffer from this problem (past/present) please advise.- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 7:01 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!"My computer is broken!!! How do I fix it!?"On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:Hi there,     Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S  kind regards

Re: [EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Vasiliy Boulytchev


Gents,
   Thank you for your help, now I got a bit further... Unfortunately,  
I get this command in apache log:


[Thu Sep 14 14:11:18 2006] [error] (20019)DSO load failed: 
/usr/local/apache/rsawebagent/librsawa_apache.so


   I am contacting RSA folks right now.  If anyone has any suggestions, 
please let me know :)
   Also, I wonder which permissions should be set for the 
librsawa_apache.so file...


My problem was the install script provided by RSA.  Their documentation 
is missing a vital step, which really should be documented.  You must 
move an appropriate .tar file for your linux distribution into the 
source directory before running the install script...


THANKS AGAIN

Vasiliy Boulytchev
[EMAIL PROTECTED]



Sander Temme wrote:


On Sep 14, 2006, at 10:28 AM, Vasiliy Boulytchev wrote:

Syntax error on line 6 of 
/usr/local/apache/rsawebagent/rsawebagent.conf:
Cannot load /usr/local/apache/rsawebagent/mod_rsawa_apache.so into 
server: /usr/local/apache/rsawebagent/mod_rsawa_apache.so: ELF file 
data encoding not little-endian


Looks like you are trying to load a module compiled for another 
platform. What output do you get if you run


file /usr/local/apache/rsawebagent/mod_rsawa_apache.so

? Does that correspond to your platform and operating system?


So, is anyone else using this?  What would you recommend?


I'm not using this so I can't tell you, but I'm sure someone can. 
Perhaps RSA can support you?


S.

[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski

How does flavor of linux distro have anything to do with it?

Apache works relatively the same anywhere it runs. Reinstalling is  
not the solution. Look at your logs, gather up some data, analyze the  
issue, figure out what exactly is going wrong, and fix it. Even if  
you're just a php programmer and not an administrator you should at  
least be able to diagnose and fix basic problems with a stock  
standard php installation.


-Patrick

P.S. Keywords: "logs", "gather data", "analyze".

On Sep 14, 2006, at 2:08 PM, Stephen wrote:


Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to setup  
PHP by its side, i have downloaded and ran the setup file, but it  
just doesnt seem to let me use PHP files on my site... any  
advice?! :S:S
I used a Linux distro (Ubunto) that installed them both together. I  
am a user, and did not to learn enough to be an apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan

Stephen,

Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix?

Mike
- Original Message - 
From: "Stephen" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 14, 2006 7:08 PM
Subject: Re: [EMAIL PROTECTED] PHP set up?!?!



Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to setup PHP by 
its side, i have downloaded and ran the setup file, but it just doesnt 
seem to let me use PHP files on my site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both together. I am a 
user, and did not to learn enough to be an apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan



Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i 
am able to view http://scouse.mine.nu but my 
friends are not? Also, i am "caroline", sorry for any mistake, still had it set 
up on mothers name. So i have 2 issues.P.C Specs;
AMD Athlon 2700+
Seagate 80GB HDD
Windows XP Home (SP2)
Broadband internet (8Mbps)

  - Original Message - 
  From: 
  Günther 
  Mittermayer 
  To: users@httpd.apache.org ; Michael 
  Flanagan 
  Sent: Thursday, September 14, 2006 7:09 
  PM
  Subject: Re: [EMAIL PROTECTED] PHP set 
  up?!?!
  Again Michael, we need more info. Does http://localhost respond on the server?
  On 9/14/06, Michael 
  Flanagan < 
  [EMAIL PROTECTED]> wrote:
  


Another fault, my system doesnt seem to be 
"broadcasting" my web page whatsoever... http://scouse.mine.nu is 
completely offline, even though APACHE states that all servers are 
running...??
 
    Anyone suffer from this 
problem (past/present) please advise.


  - 
  Original Message - 
  From: 
  Patrick Rutkowski 

  To: 
  users@httpd.apache.org 
  Sent: 
  Thursday, September 14, 2006 7:01 PM
  Subject: 
  Re: [EMAIL PROTECTED] PHP set up?!?!
  
  "My computer is broken!!! How do I fix it!?"
  
  On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:
  
Hi 
there,
 
    
    Set up APACHE the other day, and i am struggling to 
setup PHP by its side, i have downloaded and ran the setup file, but it 
just doesnt seem to let me use PHP files on my site... any advice?! 
:S:S
 
 
kind 
regards



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
Again Michael, we need more info. Does http://localhost respond on the server?On 9/14/06, Michael Flanagan <
[EMAIL PROTECTED]> wrote:






Another fault, my system doesnt seem to be 
"broadcasting" my web page whatsoever... http://scouse.mine.nu is completely offline, 
even though APACHE states that all servers are running...??
 
    Anyone suffer from this problem 
(past/present) please advise.

  - Original Message - 
  
From: 
  Patrick 
  Rutkowski 
  To: 
users@httpd.apache.org 
  Sent: Thursday, September 14, 2006 7:01 
  PM
  Subject: Re: [EMAIL PROTECTED] PHP set 
  up?!?!
  
  "My computer is broken!!! How do I fix it!?"
  
  On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:
  

Hi there,
 
    
    Set up APACHE the other day, and i am struggling to setup 
PHP by its side, i have downloaded and ran the setup file, but it just 
doesnt seem to let me use PHP files on my site... any advice?! 
:S:S
 
 
kind 
regards




Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen

Caroline Malton wrote:
Set up APACHE the other day, and i am struggling to setup PHP 
by its side, i have downloaded and ran the setup file, but it just 
doesnt seem to let me use PHP files on my site... any advice?! :S:S
I used a Linux distro (Ubunto) that installed them both together. I am a 
user, and did not to learn enough to be an apache administrator.


I suspect you are the same.

Uninstall and start over with a good distro.

Stephen


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
Caroline, have you added the PHP module (i.e. mod_php)?Maybe it would help if you could be a bit more specific..On 9/14/06, Caroline Malton <
[EMAIL PROTECTED]> wrote:






Hi there, 
 
        Set up APACHE 
the other day, and i am struggling to setup PHP by its side, i have downloaded 
and ran the setup file, but it just doesnt seem to let me use PHP files on my 
site... any advice?! :S:S
 
 
kind regards




Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan



Another fault, my system doesnt seem to be 
"broadcasting" my web page whatsoever... http://scouse.mine.nu is completely offline, 
even though APACHE states that all servers are running...??
 
    Anyone suffer from this problem 
(past/present) please advise.

  - Original Message - 
  From: 
  Patrick 
  Rutkowski 
  To: users@httpd.apache.org 
  Sent: Thursday, September 14, 2006 7:01 
  PM
  Subject: Re: [EMAIL PROTECTED] PHP set 
  up?!?!
  
  "My computer is broken!!! How do I fix it!?"
  
  On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:
  
Hi there,
 
    
    Set up APACHE the other day, and i am struggling to setup 
PHP by its side, i have downloaded and ran the setup file, but it just 
doesnt seem to let me use PHP files on my site... any advice?! 
:S:S
 
 
kind 
regards


Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
"My computer is broken!!! How do I fix it!?"On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:Hi there,     Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S  kind regards

Re: [EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Sander Temme


On Sep 14, 2006, at 10:28 AM, Vasiliy Boulytchev wrote:

Syntax error on line 6 of /usr/local/apache/rsawebagent/ 
rsawebagent.conf:
Cannot load /usr/local/apache/rsawebagent/mod_rsawa_apache.so into  
server: /usr/local/apache/rsawebagent/mod_rsawa_apache.so: ELF file  
data encoding not little-endian


Looks like you are trying to load a module compiled for another  
platform. What output do you get if you run


file /usr/local/apache/rsawebagent/mod_rsawa_apache.so

? Does that correspond to your platform and operating system?


So, is anyone else using this?  What would you recommend?


I'm not using this so I can't tell you, but I'm sure someone can.  
Perhaps RSA can support you?


S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


[EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Caroline Malton



Hi there, 
 
        Set up APACHE 
the other day, and i am struggling to setup PHP by its side, i have downloaded 
and ran the setup file, but it just doesnt seem to let me use PHP files on my 
site... any advice?! :S:S
 
 
kind regards


[EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread D. J. Waletzky
Hi everyone-

I hope this is isn't too stupid a question, but is there any way I can
avoid recompiling PHP if I upgrade Apache from 2.0.54 to 2.0.59 with an
RPM package? I'm running a server on Fedora Core 3, and I'm really hoping
I can just rpm -i the new version of apache without having to reinstall
php.

The reason I need to do this (and maybe this is another problem entirely)
is because the server's traffic increased exponentially over the last few
days and it seems to be running out of memory every night, if my
/var/log/messages is to be believed. This is causing me to have to call
the hosting company and have the thing rebooted every morning. I'm setting
up a bunch more swap files, but does anyone have some better ideas than
upgrading to 2.0.59 (or even 2.2.3) and increasing swap space?


--
D. J. Waletzky
[EMAIL PROTECTED]
http://dj.waletzky.com/


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Vasiliy Boulytchev


Gents,
 Having a task of authenticating to our SecurID server.  After doing 
some googling, I have found 2 ways people have been doing this in the 
past.  First is mod_securid, which I think people have stopped using 
since 2004.  Then there is the WebAgent from RSA themselves, which only 
supports apache 2.0, and not 2.2.  So I downgraded to 2.0.59, downloaded 
their agent.  Followed their instructions, and when I try firing up 
apache, I get the following:


Syntax error on line 6 of /usr/local/apache/rsawebagent/rsawebagent.conf:
Cannot load /usr/local/apache/rsawebagent/mod_rsawa_apache.so into 
server: /usr/local/apache/rsawebagent/mod_rsawa_apache.so: ELF file data 
encoding not little-endian


So, is anyone else using this?  What would you recommend?

Thank you kindly,

--
Vasiliy Boulytchev
[EMAIL PROTECTED]


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
Well I am going step by step through the manual
http://httpd.apache.org/docs/2.2/install.html
and I am at the requirements section.

If apache installs apr for me, it will get the same error or not?
bobby

>  Původní zpráva 
> Od: Jon Snow <[EMAIL PROTECTED]>
> Předmět: Re: [EMAIL PROTECTED] configure apr
> Datum: 14.9.2006 05:49:22
> 
> Bobby,
>
> The apr is included with the apache distro. To use it include the configure
> option --with-included-apr and you should be ok - read the CHANGES file.
>
> e.g.
> cd httpd-2.2.3
> ./configure --with-included-apr
>
> Regards,
> Jon
>

>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Seeding PRNG with 0 bytes of entropy

2006-09-14 Thread Patrick Rutkowski
I installed apache 2.2 with mod_ssl today on a local computer for  
development purposes and decided to have a peek at the logs just for  
fun. When I saw "Seeding PRNG with 0 bytes of entropy" I was amused  
and at the same time somewhat frightened.


My apache config can be found here: http://rafb.net/paste/results/ 
y35vW136.html and what follows below are the relevant log entries for  
a single fetch of "http://localhost/"; via Safari.


There's no imminent danger since this is just a local dev box but I  
would like to get to the bottom of this 0 PRNG seed weirdness anyway;  
just blame human curiosity.


(Note: The offending log entry is on the 2nd line of error_log)

==access_log==

::1 - - [14/Sep/2006:12:52:11 -0400] "GET / HTTP/1.1" 200 209 "-"  
"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8  
(KHTML, like Gecko) Safari/419.3" 569 1359
::1 - - [14/Sep/2006:12:52:11 -0400] "GET /favicon.ico HTTP/1.1" 200  
- "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8  
(KHTML, like Gecko) Safari/419.3" 320 362


==error_log==

[Thu Sep 14 12:52:11 2006] [info] [client ::1] Connection to child 5  
established (server localhost:443)

[Thu Sep 14 12:52:11 2006] [info] Seeding PRNG with 0 bytes of entropy
[Thu Sep 14 12:52:11 2006] [info] Client requested a 'session-resume'  
but we have no such session.
[Thu Sep 14 12:52:11 2006] [info] Initial (No.1) HTTPS request  
received for child 5 (server localhost:443)
[Thu Sep 14 12:52:11 2006] [info] Subsequent (No.2) HTTPS request  
received for child 5 (server localhost:443)
[Thu Sep 14 12:52:16 2006] [info] [client ::1] (70007)The timeout  
specified has expired: SSL input filter read failed.
[Thu Sep 14 12:52:16 2006] [info] [client ::1] Connection closed to  
child 5 with standard shutdown (server localhost:443)


==ssl_log==

[14/Sep/2006:12:52:11 -0400] ::1 TLSv1 RC4-SHA "GET / HTTP/1.1" 209
[14/Sep/2006:12:52:11 -0400] ::1 TLSv1 RC4-SHA "GET /favicon.ico HTTP/ 
1.1" -


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Error 500 with DBD-MySQL auth

2006-09-14 Thread Nick Kew
On Thursday 14 September 2006 17:23, Rob Sterenborg wrote:
> Hi all,
>
> I have installed httpd-2.2.3, apr-1.2.7 and apr-util-1.2.7 with MySQL
> support (using MySQL-5.0.24a).
>
> When I start the server authentication works well.
>
> After some time (don't know much) when I try to logon I get error 500. When
> I restart Apache, authentication is working again.
>
> Below is an error log from start to end (including apachectl restart and
> succeeding at last) with LogLevel set to debug. The access log doesn't have
> any useful information except one line reporting error 500.

Look in the error log!

> As can be read in thread "Apache 2.2.3 and MySQL 5.0.24a", I have
> recompiled all of this a number of times, each time with the same problem.
>
> Anybody know why after some time DBD cannot lookup the username anymore?

I haven't used it with mysql 5 myself, only 4.1.  But I'm told mysql_ping
is different, in that if a connection has timed out, mysql_ping (which
the DBD driver uses) will reconnect automatically in 4.1 but not in 5.0.

Could it be timing out?  If so, check the MySQL docs to see what the idle
timeout is and how to change it.  You can then tweak your DBD settings.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.prenhallprofessional.com/title/0132409674

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Error 500 with DBD-MySQL auth

2006-09-14 Thread Rob Sterenborg
Hi all,

I have installed httpd-2.2.3, apr-1.2.7 and apr-util-1.2.7 with MySQL
support (using MySQL-5.0.24a).

When I start the server authentication works well.

After some time (don't know much) when I try to logon I get error 500. When I
restart Apache, authentication is working again.

Below is an error log from start to end (including apachectl restart and
succeeding at last) with LogLevel set to debug. The access log doesn't have
any useful information except one line reporting error 500.

As can be read in thread "Apache 2.2.3 and MySQL 5.0.24a", I have recompiled
all of this a number of times, each time with the same problem.

Anybody know why after some time DBD cannot lookup the username anymore?


Regards,
Rob



Error log:

[Thu Sep 14 15:31:05 2006] [debug] mod_deflate.c(447): [client
] Zlib: Compressed 566 to 380 : URL /windl
[Thu Sep 14 15:31:07 2006] [error] [client 193.173.147.3] Error looking up
 in database
[Thu Sep 14 15:31:07 2006] [debug] mod_deflate.c(447): [client
] Zlib: Compressed 711 to 425 : URL /windl

(restarted Apache here..)

[Thu Sep 14 15:31:34 2006] [debug] mod_deflate.c(447): [client
] Zlib: Compressed 406 to 277 : URL /windl
[Thu Sep 14 15:31:35 2006] [debug] mod_deflate.c(447): [client
] Zlib: Compressed 5183 to 1188 : URL /windl/



Relevant httpd.conf sections:

DBDriver mysql
DBDParams "host= dbname= user= pass="
DBDMin  1
DBDKeep 2
DBDMax  10
DBDExptime 60


ServerAdmin [EMAIL PROTECTED]
DocumentRoot /path/to/website
ServerName www.sterenborg.info
ErrorLog /path/to/e_www
CustomLog /path/to/a_www combined
LogLevel debug



DirectoryIndex index.php
AuthName "Please enter your logon details..."
AuthType Basic
AuthBasicProvider dbd
AuthDBDUserPWQuery "select  from users where =%s"
AuthzDBDQuery "SELECT  FROM users WHERE =%s"
Require dbd-group admins download
Options Indexes
IndexOptions FancyIndexing FoldersFirst NameWidth=60




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Pid
Have you looked in the logs to see what the source of the error message is?

Where is the error, the front server or the balanced servers?



Günther Mittermayer wrote:
> Hi all,
> 
> i have httpd working with mod_proxy and mod_load_balance, but my system
> is very unstable. In the middle of my session I get some 500 Internal
> Server Error messages.  If I comment out from my httpd.conf all
> application servers but one, the problem goes away.
> 
> It seems to me that apache is not forwarding the requests to the same
> server within the same session.
> As far as I understand, this is what the "stickysession" parameter
> should do...
> 
> Below is the part of my httpd.conf that matters, am I missing something?
> 
> Thanks in advance,
> Günther.
> 
> =
> 
> BalancerMember http://server1:port 
> BalancerMember http://server2:port 
> BalancerMember http://server3:port 
> BalancerMember http://server4:port 
> 
> 
> ProxyPass /logon  balancer://portal/logon lbmethod=bytraffic
> stickysession=jsessionid nofailover=off
> ProxyPassReverse /logon balancer://portal/logon


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Carles Güell



You should take care that the time-out in your application 
server is the same that you have in apache because if your backen server gives a 
time-out to apache it wil give a 500 error to the client
 

Carles 
Güell
 
Güell 
Consulting
C/ 
La 
Remallaire 17 Despatx 6.
CP08302 
Mataró
Tel.  
93.798.40.44
Fax. 
93.758.86.46
www.guellconsulting.com
 


De: Günther Mittermayer 
[mailto:[EMAIL PROTECTED] Enviado el: jueves, 14 de septiembre de 
2006 16:58Para: users@httpd.apache.orgAsunto: 
[EMAIL PROTECTED] mod_load_balance issue
Hi all,i have httpd working with mod_proxy and 
mod_load_balance, but my system is very unstable. In the middle of my session I 
get some 500 Internal Server Error messages.  If I comment out from my 
httpd.conf all application servers but one, the problem goes away. It 
seems to me that apache is not forwarding the requests to the same server within 
the same session.As far as I understand, this is what the "stickysession" 
parameter should do...Below is the part of my httpd.conf that matters, 
am I missing something?Thanks in 
advance,Günther.=BalancerMember http://server1:port BalancerMember http://server2:portBalancerMember http://server3:portBalancerMember http://server4:portProxyPass 
/logon  balancer://portal/logon lbmethod=bytraffic stickysession=jsessionid 
nofailover=offProxyPassReverse /logon balancer://portal/logon 
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: 
13/09/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: 13/09/2006
 


[EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Günther Mittermayer
Hi all,i have httpd working with mod_proxy and
mod_load_balance, but my system is very unstable. In the middle of my
session I get some 500 Internal Server Error messages.  If I comment
out from my httpd.conf all application servers but one, the problem
goes away.
It seems to me that apache is not forwarding the requests to the same server within the same session.As far as I understand, this is what the "stickysession" parameter should do...Below is the part of my 
httpd.conf that matters, am I missing something?Thanks in advance,Günther.=BalancerMember 
http://server1:port
BalancerMember http://server2:port
BalancerMember http://server3:port

BalancerMember http://server4:port

ProxyPass /logon  balancer://portal/logon lbmethod=bytraffic stickysession=jsessionid nofailover=offProxyPassReverse /logon balancer://portal/logon


Re: [EMAIL PROTECTED] Strange css problem

2006-09-14 Thread Jesse C Cronce
Actually, I just fixed the problem yesterday

There was a


ForceType


or something in the .htaccess (syntax is probably wrong, but you get the
idea) which was forcing all files to be sent out as text/html

Removed this, and now everything works like it's supposed to. 

I must have looked at that 30 times.>:(

Thanks.

On Wed, 2006-09-13 at 14:42 -0400, Joshua Slive wrote:
> On 9/13/06, Jesse C Cronce <[EMAIL PROTECTED]> wrote:
> > I am having a strange css typing problem. When I call @import "file.css"
> > the header which I get from LiveHTTPHeaders (after the GET request)
> > shows the Content-Type as text/html. When I try to load the css file
> > directly, I get the same.
> >
> > I am using Apache 2.2.3.
> >
> > In my mime.types file I have the line
> >
> > text/csscss
> >
> > In http.conf I have the line
> >
> > AddType text/css .css
> >
> > and I have the same line in the .htaccess file for the base directory of
> > this page. Any ideas ? I'm pretty stuck on this one.
> 
> Can you give us a public URL that shows the problem so we can check ourselves?
> 
> Joshua.
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-14 Thread Joshua Slive

On 9/13/06, Erik Funkenbusch <[EMAIL PROTECTED]> wrote:

> > See my problem?  I have to match a root page request with a query
> > string of ?id=[anything]
>
> There's an excellent book about regular expressions from O'Reilly. Spend a
> weekend with it, really.

*sigh*. Do we really need the condescending tone?  Especially since
your example doesn't work either Mr. Expert.

This is not a simple problem.  I've tried hundreds of different
patterns, read dozens of different web pages, and yes, I've read
Mastering Regular Expressions.

> RewriteEngine on
> # this rule will match all url's starting with index.php,
> # including /index.php?foo=bar but also /index.phpxxx
> RewriteRule /index.php(.*)$ /index.php$1 [L]
> # if that rule isn't matched, the follwing rule will ut anything as id=
> RewriteRule ^(.*)$ /index.php?id=$1 [L]
>
> Would that help !?

No, it doesn't, because it doesn't match the url:

http://mydomain/?id=abc123

As far as I can tell, mod_rewrite doesn't work the way you think it
does.  The default document gets interpreted AFTER mod_rewrite
processes the URL.  I could be wrong about that, but that's what it
seems to be doing.

There seems to be some cryptic interaction between mod_rewrite and
apache in terms of what order it processes things.


What is missing is the special handling of the query string described
in the box "Note: Query String" under here:
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule

You could probably use something like
RewriteCond %{QUERY_STRING} ^id=.*$
RewriteRule !/index\.php /index.php [QSA,L]

RewriteCond %{REQUEST_URI} !^/index\.php
RewriteRule (.*) /index.php?id=$1 [L]

And given the first set of rules duplicates what mod_dir will already
be doing, you might even be able to get away with just
RewriteCond %{QUERY_STRING} !^id=
RewriteRule (.*) /index.php?id=$1 [L]

Use the RewriteLog for further debugging.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Limiting users possibilities in .htaccess files

2006-09-14 Thread Joshua Slive

On 9/14/06, Markus Mayer <[EMAIL PROTECTED]> wrote:

Hi all,

I have some users on my server who insist on writing .htaccess files and
defining proxies in them.  This is something I don't like or want, they also
run against our firewall which causes some security related messages to be
generated.  I have tried different restrictions with AllowOverride however
all I did was kill off other important functionality.  Is there some way I
can restrict users so that when they define a proxy in a .htaccess file the
server returns some kind of error to the user?  In otherwords, when a user
does something like
RewriteRule ^something/(.*)$ http://someserver.com/something/$1 [L,P]
I want an error message to be returned, something like the standard "Internal
Server Error" message is perfectly ok.


You need to remove FileInfo from your AllowOverrides or remove
mod_proxy or mod_rewrite from your loaded modules.  There is no other
way in apache.  (The social solution is to do automated monitoring of
.htaccess files with a script and kill accounts that misuse them.)

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Limiting users possibilities in .htaccess files

2006-09-14 Thread Markus Mayer
Hi all,

I have some users on my server who insist on writing .htaccess files and 
defining proxies in them.  This is something I don't like or want, they also 
run against our firewall which causes some security related messages to be 
generated.  I have tried different restrictions with AllowOverride however 
all I did was kill off other important functionality.  Is there some way I 
can restrict users so that when they define a proxy in a .htaccess file the 
server returns some kind of error to the user?  In otherwords, when a user 
does something like 
RewriteRule ^something/(.*)$ http://someserver.com/something/$1 [L,P]
I want an error message to be returned, something like the standard "Internal 
Server Error" message is perfectly ok.

I will appreciate all help!
Markus

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
>Incidentally, this is something to check; is your client really sending>a Host header? To do so, it must be using HTTP/1.1 (all modern browsers>do so). Please confirm that you are using a recent browser to test this
>server.A quick test would be to go to http://www.swiftys.org.uk as this is a (non-default) virtual host on a system using name-based virtual hosts. If you get to "Swifty's Home Page" then your browser is sending the "host" value in its HTTP header.
-- Steve Swifthttp://www.swiftys.org.uk


RE: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Boyle Owen
> -Original Message-
> From: Steve Swift [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 14, 2006 8:59 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Debugging virtual hosts?
> 
> I know of no way to trace the mechanism that Virtual Hosts 
> uses, but from observation of several working systems, and 
> close scrutiny of the documentation, it goes mostly like this:

Steve's response is right on the money; Just to clarify some points:

> 
> 1. Read the "NameVirtualHost xxx" directive to identify which 
> address/ports activate Virtual Hosts. 
>  On match, proceed to step 2.  In my case this is *:80 - 
> port 80 on any adapter.
> 2. Now look through the  directives. I'm not 
> sure if the xxx is matched against the xxx in the 
> NameVirtualHost directive or the interface/port in use. 

It is matched against the NameVirtualHost argument.

> Keep 
> them the same unless you know better! 
> For each matching VirtualHost directive, see if the 
> included "ServerName" directive matches the server name from 
> the client (the users browser)

ie; the "Host" header in the request.

Incidentally, this is something to check; is your client really sending
a Host header? To do so, it must be using HTTP/1.1 (all modern browsers
do so). Please confirm that you are using a recent browser to test this
server.

If you are in doubt, try logging it (%{Host}i in CustomLog, see
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#customlog)

I notice that your server has an IP address of 192.168.1.2, so it's a
LAN. Hence you must be behind a router or FW that connects you to the
internet. Are you sure that component is not removing headers from the
request?

Assuming not, are you sure that you are accurately transcribing the
hostnames from the browser to the server config (you already made one
typo on this...)

Finally, is this stuff really on the public internet or is it all on the
LAN? If so, are you sure DNS is working on the client machine (it's not
on the server - hence the warning when you start up).

It would be better if you wouldn't hide all the hostnames - we're not so
sure if this is a real error or some typo somewhere...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

>If the servername matches, then look no further... use 
> this virtual host 
>If no servername matches in any virtualhost then use the 
> first virtualhost that matched the NameVirtualHost directive. 
>   You are most likely falling foul of this mechanism
> 
> 
> On 14/09/06, bwobbones <[EMAIL PROTECTED]> wrote:
> 
> 
>   Thanks for the reply,
>   
> Sorry, a mis-communication.  I mean process as in a 
> series of steps.  I.e.
>   is there some way of getting httpd to print out the 
> sequence of steps that
>   it is using to determine which vhost to go to? 
>   
> 
> 
> -- 
> Steve Swift
> http://www.swiftys.org.uk 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
I know of no way to trace the mechanism that Virtual Hosts uses, but from observation of several working systems, and close scrutiny of the documentation, it goes mostly like this:1. Read the "NameVirtualHost xxx" directive to identify which address/ports activate Virtual Hosts. 
 On match, proceed to step 2.  In my case this is *:80 - port 80 on any adapter.2. Now look through the  directives. I'm not sure if the xxx is matched against the xxx in the NameVirtualHost directive or the interface/port in use. Keep them the same unless you know better!
    For each matching VirtualHost directive, see if the included "ServerName" directive matches the server name from the client (the users browser)   If the servername matches, then look no further... use this virtual host
   If no servername matches in any virtualhost then use the first virtualhost that matched the NameVirtualHost directive.   You are most likely falling foul of this mechanismOn 14/09/06, 
bwobbones <[EMAIL PROTECTED]> wrote:
Thanks for the reply,  Sorry, a mis-communication.  I mean process as in a series of steps.  I.e.is there some way of getting httpd to print out the sequence of steps thatit is using to determine which vhost to go to?
-- Steve Swifthttp://www.swiftys.org.uk