[EMAIL PROTECTED] Apache-how to made Cross Compilation to ARM

2006-05-22 Thread MOHAMED Ibrahim
I read this part in the apache manual 

--build=BUILD 


Defines the system type of the system on which the tools are being built. It defaults to the result of the script config.guess.
--host=HOST
Defines the system type of the system on which the server will run. HOST defaults to BUILD.
--target=TARGET
Configure for building compilers for the system type TARGET. It defaults to HOST. This option is offered by autoconf and not necessary for the Apache HTTP Server. 
but i can not use them, i want any example any more explanation ? any other useful link.

Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE!


-
The official User-To-User support forum of the Apache HTTP Server Project.
See  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: RewriteRule to strip index.html?

2006-05-22 Thread Robert Ionescu

Ian Brandt wrote:

Looked good, until the add path info postfix part.


That's a bug. http://issues.apache.org/bugzilla/show_bug.cgi?id=38642

Use the L-Flag to stop immediately (there will be a redirect processing) 
or place the rules into httpd.conf (per-server context).


--
Robert

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] FreeBSD 6.1

2006-05-22 Thread Boyle Owen
 -Original Message-
 From: Ivan Sønsteby (infernus) [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, May 20, 2006 9:12 PM
 To: users@httpd.apache.org
 Subject: [EMAIL PROTECTED] FreeBSD 6.1
 
 Hello..
 
 Is there a  release that works with FreeBSD 6.1?
 Also.. Where can I find Active Server Pages software that 
 works with 
 FreeBSD 6.1?

To add to Nathan's comments, check this recent thread: 

http://marc.theaimsgroup.com/?l=apache-httpd-usersm=114682077725429w=2

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


 
 
 
 Thanks in advance:
 
  - Ivan S. (Norway)
 
 
 -
 The official User-To-User support forum of the Apache HTTP 
 Server Project.
 See URL: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]
 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
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 URL: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] Access counter

2006-05-22 Thread Emmanuel.Leguy

Hello,

I am looking for a good web page access counter for apache 2.2. Users 
must be able to use this counter in ther public_html space.
- Muquit seems to be fine but it is not maintained anymore (lastest 
change: 2.6-beta in 2001).
- WebCounter does not seems to be maintained anymore and it is written 
for apache 1.3
- mod_countm seems to be active ( last release 01/2006) but there is no 
forum or mailing list (is it active?).

- other products???

Thanx,

Manu.

--
Emmanuel Leguy  LIFL - UMR8022 CNRS - Bat M3
Tel: +33 3 28 77 85 32  USTL - Universite de Lille 1
Fax: +33 3 28 77 85 37  59655 VILLENEUVE D'ASCQ CEDEX - FRANCE

mailto:[EMAIL PROTECTED]
http://www.lifl.fr/ANNUAIRE/employee.php?login=leguye

Ce mail est signe par un certificat X509 fourni par le CNRS
La verification de ce certificat peut etre faite a l'adresse suivante: 
http://igc.services.cnrs.fr/CNRS-Standard/recherche.html 



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [EMAIL PROTECTED] Access counter

2006-05-22 Thread Richard Collyer

Emmanuel.Leguy wrote:

Hello,

I am looking for a good web page access counter for apache 2.2. Users 
must be able to use this counter in ther public_html space.
- Muquit seems to be fine but it is not maintained anymore (lastest 
change: 2.6-beta in 2001).
- WebCounter does not seems to be maintained anymore and it is written 
for apache 1.3
- mod_countm seems to be active ( last release 01/2006) but there is no 
forum or mailing list (is it active?).

- other products???

Thanx,

Manu.



There are plenty of free counters that users add via an image. This 
could be an idea.


Why not give them awstats or something...would be nice to have.

Cheers
Richard

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] mod_userdir

2006-05-22 Thread Eternity

Hi!

I have been using 1.3.xx with mod_userdir and following
configuration for a virtualhost:

VirtualHost 172.19.0.231
...
UserDir /mnt/*/www
...
/VirtualHost

/mnt is a netware mounted volume with homedirs. With this
config users can setup their own webpages in a subdir to
their homedirectory and surf to http://oursite/~username
and reach their homepage.

This works fine.. but then I changed to Apache 2.0.xx.

Now this doesnt seem to work. When surfing to a htm file
I only get a html header to the client. When surfing to
other files, like images or documents, the server just
closes the connection. I also tried Apache 2.2.xx several
versions, with the same behaviour.

I guess I am just missing something?

Regards,
Chris


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] Access counter

2006-05-22 Thread Emmanuel.Leguy

Richard Collyer a écrit :



There are plenty of free counters that users add via an image. This 
could be an idea.


It is exactly what I need.



Why not give them awstats or something...would be nice to have.


I already use it but users want a counter in real time.

Thanx,

Manu.

--
Emmanuel Leguy  LIFL - UMR8022 CNRS - Bat M3
Tel: +33 3 28 77 85 32  USTL - Universite de Lille 1
Fax: +33 3 28 77 85 37  59655 VILLENEUVE D'ASCQ CEDEX - FRANCE

mailto:[EMAIL PROTECTED]
http://www.lifl.fr/ANNUAIRE/employee.php?login=leguye

Ce mail est signe par un certificat X509 fourni par le CNRS
La verification de ce certificat peut etre faite a l'adresse suivante: 
http://igc.services.cnrs.fr/CNRS-Standard/recherche.html 



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [EMAIL PROTECTED] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

2006-05-22 Thread Joe Orton
On Fri, May 19, 2006 at 05:32:35PM -0400, [EMAIL PROTECTED] wrote:
 I've spent hours googling and asked about this error message on a PHP list 
 and was directed here. 
 
 Every time I gracefully restart Apache 2.2.2, the error log reports:
 
 [Thu May 18 19:59:29 2006] [notice] Graceful restart requested, doing restart
 [Thu May 18 19:59:29 2006] [error] (9)Bad file descriptor: apr_socket_accept: 
 (client socket)

Can you file a bug on this?

 [Thu May 18 19:59:30 2006] [notice] Apache configured -- resuming normal 
 operations
 [Thu May 18 19:59:30 2006] [warn] long lost child came home! (pid 2881)
 
 On rare occasion, Apache 2.2.2 is crashing with:
 [Fri May 19 17:29:05 2006] [notice] child pid 11243 exit signal Segmentation 
 fault (11)
 (Long list, all the child pids different of course.)

And a separate bug on this; please follow the instructions at the 
following URL to generate a backtrace: 

http://httpd.apache.org/dev/debugging.html#crashes

Regards,

joe

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] Access counter

2006-05-22 Thread Richard Collyer

Emmanuel.Leguy wrote:

Richard Collyer a écrit :



There are plenty of free counters that users add via an image. This 
could be an idea.


It is exactly what I need.



Why not give them awstats or something...would be nice to have.


I already use it but users want a counter in real time.


In that case:   http://www.google.co.uk/search?q=free+web+counter

Cheers
Richard


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] rewrite rule

2006-05-22 Thread Mariusz Handke

Hi,

Can anyone help me to create, or explain how to get around with rewrite 
rules, please. The thing to do is:

in: http://host/dir/file
out: http://host/script.php?p=/dir/file

(need it to maintain some statistics for mirrored websites)

Thanks in advance

--
Regards,
Mariusz Handke [MJH1-6BONE, MJH6-RIPE]
FWD: 80064
UK Toll Free: +44-870-3403231


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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_userdir

2006-05-22 Thread Joshua Slive

On 5/22/06, Eternity [EMAIL PROTECTED] wrote:

Hi!

I have been using 1.3.xx with mod_userdir and following
configuration for a virtualhost:

VirtualHost 172.19.0.231
...
UserDir /mnt/*/www
...
/VirtualHost

/mnt is a netware mounted volume with homedirs. With this
config users can setup their own webpages in a subdir to
their homedirectory and surf to http://oursite/~username
and reach their homepage.

This works fine.. but then I changed to Apache 2.0.xx.

Now this doesnt seem to work. When surfing to a htm file
I only get a html header to the client. When surfing to
other files, like images or documents, the server just
closes the connection. I also tried Apache 2.2.xx several
versions, with the same behaviour.

I guess I am just missing something?


EnableSendfile Off

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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_userdir

2006-05-22 Thread Eternity

Hi again,

and thanks, works perfect now.

Have to read the manuals I guess..

Christian

On Mon, 22 May 2006, Joshua Slive wrote:


On 5/22/06, Eternity [EMAIL PROTECTED] wrote:

Hi!

I have been using 1.3.xx with mod_userdir and following
configuration for a virtualhost:

VirtualHost 172.19.0.231
...
UserDir /mnt/*/www
...
/VirtualHost

/mnt is a netware mounted volume with homedirs. With this
config users can setup their own webpages in a subdir to
their homedirectory and surf to http://oursite/~username
and reach their homepage.

This works fine.. but then I changed to Apache 2.0.xx.

Now this doesnt seem to work. When surfing to a htm file
I only get a html header to the client. When surfing to
other files, like images or documents, the server just
closes the connection. I also tried Apache 2.2.xx several
versions, with the same behaviour.

I guess I am just missing something?


EnableSendfile Off

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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 URL: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] Apache for local use only

2006-05-22 Thread Peter Schmitz



Installation Question.
--
I wish to try out PHPand MySQL on my Windows XP PC. I 
read that Apache is the way to go and onecommunicates withit as http://localhost/to pick up HTML, etc on 
one's own PC.

Hence I have downloaded the Apache Windows binaries as 
apache_2.2.2-win32-x86-no_ssl.msi and installed them.

As more or less expected from the FAQ, it won'trun 
because of "Port 80" conflicts. Perhaps with my PC-Cillin Firewall, or some 
other program.

But:
1) I don't want to lose my virus protection/firewall 
facilities
2) I don't have a domain name for the internet 
anyway
3) I only want to access the server from my own 
computer

What do I do next?

Thanks
Peter




Re: [EMAIL PROTECTED] Apache for local use only

2006-05-22 Thread chris

On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:



Installation Question.
--
I wish to try out PHP and MySQL on my Windows XP PC. I read that Apache is
the way to go and one communicates with it as http://localhost/ to pick up
HTML, etc on one's own PC.

Hence I have downloaded the Apache Windows binaries as
apache_2.2.2-win32-x86-no_ssl.msi and installed them.

As more or less expected from the FAQ, it won't run because of Port 80
conflicts. Perhaps with my PC-Cillin Firewall, or some other program.


I had this problem and it worked after rebooting, with no changes to
firewall or anything else.

cheers,

chris


But:
1) I don't want to lose my virus protection/firewall facilities
2) I don't have a domain name for the internet anyway
3) I only want to access the server from my own computer

What do I do next?

Thanks
Peter




-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] Apache for local use only

2006-05-22 Thread Peter Schmitz

Chris
Thanks, will try
Peter

- Original Message - 
From: chris [EMAIL PROTECTED]

To: users@httpd.apache.org
Sent: Tuesday, May 23, 2006 3:25 PM
Subject: Re: [EMAIL PROTECTED] Apache for local use only


On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:



Installation Question.
--
I wish to try out PHP and MySQL on my Windows XP PC. I read that Apache is
the way to go and one communicates with it as http://localhost/ to pick up
HTML, etc on one's own PC.

Hence I have downloaded the Apache Windows binaries as
apache_2.2.2-win32-x86-no_ssl.msi and installed them.

As more or less expected from the FAQ, it won't run because of Port 80
conflicts. Perhaps with my PC-Cillin Firewall, or some other program.


I had this problem and it worked after rebooting, with no changes to
firewall or anything else.

cheers,

chris


But:
1) I don't want to lose my virus protection/firewall facilities
2) I don't have a domain name for the internet anyway
3) I only want to access the server from my own computer

What do I do next?

Thanks
Peter




-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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 URL: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] Apache for local use only

2006-05-22 Thread Peter Schmitz

Chris

Thanks, doesn't seem to be the answer here. Re-installed Apache, same error 
message re port 80, otherwise Apache installer reports success. But no 
short-cuts, etc, anywhere. No error.log file. Turned off computer. 
Restarted. Used system tray icon for Apache to Start. Got The requested 
operation has failed! message. No error.log file anywhere.


Peter



- Original Message - 
From: chris [EMAIL PROTECTED]

To: users@httpd.apache.org
Sent: Tuesday, May 23, 2006 3:25 PM
Subject: Re: [EMAIL PROTECTED] Apache for local use only


On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:



Installation Question.
--
I wish to try out PHP and MySQL on my Windows XP PC. I read that Apache is
the way to go and one communicates with it as http://localhost/ to pick up
HTML, etc on one's own PC.

Hence I have downloaded the Apache Windows binaries as
apache_2.2.2-win32-x86-no_ssl.msi and installed them.

As more or less expected from the FAQ, it won't run because of Port 80
conflicts. Perhaps with my PC-Cillin Firewall, or some other program.


I had this problem and it worked after rebooting, with no changes to
firewall or anything else.

cheers,

chris


But:
1) I don't want to lose my virus protection/firewall facilities
2) I don't have a domain name for the internet anyway
3) I only want to access the server from my own computer

What do I do next?

Thanks
Peter




-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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 URL: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] Apache for local use only

2006-05-22 Thread chris

On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:

Chris

Thanks, doesn't seem to be the answer here. Re-installed Apache, same error
message re port 80, otherwise Apache installer reports success. But no
short-cuts, etc, anywhere. No error.log file. Turned off computer.
Restarted. Used system tray icon for Apache to Start. Got The requested
operation has failed! message. No error.log file anywhere.


I remember going thru the same sorts of things.  Mine runs fine now
but seems to ignore my mime type settings for php and php files come
up as text :(

If u open up control panel, administration, services, are there any
other servicves, such as tomcat, running and using the port?

also, make sure when u reinstall that u select the option for everyone
and port 80.
In one of my reinstalls I discovered it had port 8080 set by default.

if all that is correct, have u modified the httpd.conf yet? If so
there might be an error in setting for htdoc or php.

chris



Peter



- Original Message -
From: chris [EMAIL PROTECTED]
To: users@httpd.apache.org
Sent: Tuesday, May 23, 2006 3:25 PM
Subject: Re: [EMAIL PROTECTED] Apache for local use only


On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:


 Installation Question.
 --
 I wish to try out PHP and MySQL on my Windows XP PC. I read that Apache is
 the way to go and one communicates with it as http://localhost/ to pick up
 HTML, etc on one's own PC.

 Hence I have downloaded the Apache Windows binaries as
 apache_2.2.2-win32-x86-no_ssl.msi and installed them.

 As more or less expected from the FAQ, it won't run because of Port 80
 conflicts. Perhaps with my PC-Cillin Firewall, or some other program.

I had this problem and it worked after rebooting, with no changes to
firewall or anything else.

cheers,

chris

 But:
 1) I don't want to lose my virus protection/firewall facilities
 2) I don't have a domain name for the internet anyway
 3) I only want to access the server from my own computer

 What do I do next?

 Thanks
 Peter



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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 URL: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 URL: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] Apache for local use only

2006-05-22 Thread Peter Schmitz

Chris

Thanks. By the way, how many other people are getting copied into these 
emails?


Control Panel - Administrative Tools - Services
lists the services but not the ports, if any, being used
Hence I cannot seem to see which are using Port 80 there

The httpd.conf file has Listen 80 in it, and 80 after the Servername.

I haven't particularly edited it, but installation seems to have put the 
correct DocumentRoot entry. I have now changed the Servername and 
ServerAdmin to actual web addresses but that hasn't made any difference.


A clash with the Firewall was expected and is referred to on the web site. 
My question is really how to detour it for local use only and without 
disabling the firewall.


Peter


- Original Message - 
From: chris [EMAIL PROTECTED]

To: users@httpd.apache.org
Sent: Tuesday, May 23, 2006 4:35 PM
Subject: Re: [EMAIL PROTECTED] Apache for local use only


On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:

Chris

Thanks, doesn't seem to be the answer here. Re-installed Apache, same 
error

message re port 80, otherwise Apache installer reports success. But no
short-cuts, etc, anywhere. No error.log file. Turned off computer.
Restarted. Used system tray icon for Apache to Start. Got The requested
operation has failed! message. No error.log file anywhere.


I remember going thru the same sorts of things.  Mine runs fine now
but seems to ignore my mime type settings for php and php files come
up as text :(

If u open up control panel, administration, services, are there any
other servicves, such as tomcat, running and using the port?

also, make sure when u reinstall that u select the option for everyone
and port 80.
In one of my reinstalls I discovered it had port 8080 set by default.

if all that is correct, have u modified the httpd.conf yet? If so
there might be an error in setting for htdoc or php.

chris



Peter



- Original Message -
From: chris [EMAIL PROTECTED]
To: users@httpd.apache.org
Sent: Tuesday, May 23, 2006 3:25 PM
Subject: Re: [EMAIL PROTECTED] Apache for local use only


On 5/23/06, Peter Schmitz [EMAIL PROTECTED] wrote:


 Installation Question.
 --
 I wish to try out PHP and MySQL on my Windows XP PC. I read that Apache 
 is
 the way to go and one communicates with it as http://localhost/ to pick 
 up

 HTML, etc on one's own PC.

 Hence I have downloaded the Apache Windows binaries as
 apache_2.2.2-win32-x86-no_ssl.msi and installed them.

 As more or less expected from the FAQ, it won't run because of Port 80
 conflicts. Perhaps with my PC-Cillin Firewall, or some other program.

I had this problem and it worked after rebooting, with no changes to
firewall or anything else.

cheers,

chris

 But:
 1) I don't want to lose my virus protection/firewall facilities
 2) I don't have a domain name for the internet anyway
 3) I only want to access the server from my own computer

 What do I do next?

 Thanks
 Peter



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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 URL: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 URL: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 URL: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]