[us...@httpd] bad system call errors from apache version 2.2.6 (Unix)

2010-09-18 Thread Paul McFerrin
Hello: During the past few years I have attempted to upgrade my old apache 1.3.22 (cygwin binary distro) to a newer 2.x version. With EVERY attempt, I have thrown up my hands because of different problems with every released version. I noticed within the past year there was a 2.2.6 binary

Re: [us...@httpd] Can I have 2 httpd servers running on 2 different ports?

2010-02-24 Thread Paul McFerrin
Did you miss out on the VirtualHost * file?? With this, you only need one server to serve all of those hosts. They all will have same port numbers and you don't have to play with the PID file. I've been serving multiple hosts for years. - Paul Tommy M. McGuire wrote: Yes, you can[1];

Re: [us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-21 Thread Paul McFerrin
I gave up on Xampp as a web server. Too many problems with not having symbolic links. Went and got Apache version 2.0.63 and I'm trying to port it to Cygwin. The code compiles cleanly but it just don't want to start up. The only thing in the error_log file is a complaint about the PID file

Re: [us...@httpd] Porting Apache 2.0.63 to Cygwin 1.7

2010-02-21 Thread Paul McFerrin
The process is NOT running. Does not showup in the list of Cygwin processes. Jonathan Zuckerman wrote: How do you know it's not running? What port is it listening on? On Saturday, February 20, 2010, Paul McFerrin pmcfer...@columbus.rr.com wrote: I'm trying to port Apache 2.0.63 to Cygwin

Re: [us...@httpd] A list of apache2 environmental variables from the command line ?

2010-02-21 Thread Paul McFerrin
I'm assuming that you are referring to file /usr/local/apache2/bin/envvars-std. All it contains in mine is to add lib to it's PATH. Nothing else. -Paul dave selby wrote: Is there a way to get a list of apache2 environmental variables from the command line, specifically the apache run

[us...@httpd] Porting Apache 2.0.63 to Cygwin 1.7

2010-02-20 Thread Paul McFerrin
I'm trying to port Apache 2.0.63 to Cygwin 1.7 to no avail. Apache will start but immediately stops. The code compiles cleanly and error_log does not show anything other that an ungraceful shutdown due to a PID file in place. When I execute apachectl, I get the following: $ apachectl

[us...@httpd] Upgrading from Apache1 1.x to 2.1.14

2010-02-18 Thread Paul McFerrin
I have a couple of issues associated with upgrade to Apache 2.1.14. First, I changed: from:DefaultType text/plain to:DefaultType application/octet-stream In httpd.conf file. Now, any and all graphics to not render in the Browser. Next, the following text will not appear. It

[us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-18 Thread Paul McFerrin
This particular version of Apache is part of the XAMPP Package which is a COMPLETE Package containing: Apache, MySQL, Filezilla, Mercury, PHP, Tomcat; all in one package for the PC. I have a lot to lose if I can't get Apache working to my liking. Something is missing in the httpd.conf file

Re: [us...@httpd] can't start apache

2010-02-15 Thread Paul McFerrin
Check your port forwarding on your router. It appears that the IP you got was on a router and port forwarding for port 80 is not set to 192.168.0.1. Matthew Smith wrote: Ok, i found this and tried what it said:

[us...@httpd] Something's fishy going on: dead server no log messages

2010-01-30 Thread Paul McFerrin
I have an interesting problem. First, my Cygwin binary distribution of Apache 1.3.22, ater 5 years has STOPPED RESPONDING. No errors to log and No Web Service. This all started by my computer get infecting by 2 Trojan Horses viruses. The OS disk partition was copied and a virus scanner was

Re: [us...@httpd] Something's fishy going on: dead server no log messages

2010-01-30 Thread Paul McFerrin
compilation assembly nodes do not exist in System.Web section group. Eric Covener wrote: On Sat, Jan 30, 2010 at 3:41 PM, Paul McFerrin pmcfer...@columbus.rr.com wrote: I have an interesting problem. First, my Cygwin binary distribution of Apache 1.3.22, ater 5 years has STOPPED RESPONDING

Re: [us...@httpd] Something's fishy going on: dead server no log messages

2010-01-30 Thread Paul McFerrin
Wow, my base site at http://localhost works !!! Second: windows firewall is in fact disabled. Third: infection due to unsafe surfing which is history now. Fourth: To reload. Complete Installation including FORMAT from a XP Pro CD that included all of the updates thru SP3 on one CD. Everything

Re: [us...@httpd] Something's fishy going on: dead server no log messages

2010-01-30 Thread Paul McFerrin
genealogy information. Why should I pay more money when I'm truly not a business customer? Paul McFerrin wrote: Wow, my base site at http://localhost works !!! Second: windows firewall is in fact disabled. Third: infection due to unsafe surfing which is history now. Fourth: To reload

Re: [us...@httpd] Something's fishy going on: dead server no log messages

2010-01-30 Thread Paul McFerrin
, 2010 at 5:46 PM, steve reilly sfrei...@roadrunner.com mailto:sfrei...@roadrunner.com wrote: Paul McFerrin wrote: Wow, my base site at http://localhost works !!! Second: windows firewall is in fact disabled. Third: infection due to unsafe surfing which is history now

[us...@httpd] Looking for PHP4/5 DSO module for Apache 1.3.22

2010-01-04 Thread Paul McFerrin
I need help in getting my Apache 1.3.22 to work with php4 or 5. I've spent money and a LOT of time is getting it to work. The last money I spent say stand-alone sitemap generator turns out it was NOT standalone, When I download from apache.org and php.net: sites, I never get all I need to

Re: [us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2010-01-01 Thread Paul McFerrin
Problem solved. In 1.3.41, they made everything restrictive. I just removed the restriction my commenting a few lines. Frank Gingras wrote: Paul McFerrin wrote: I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this upgrade to 1.3.41 (last

[us...@httpd] Why are there some incompleteness in building PHP4

2010-01-01 Thread Paul McFerrin
In directory ./sapi/cgi/README.FastCGI of the php4.4.9 distrobution, why are there parts just really wrong. It specifically states the following lines needs to be added Apache conf file: LoadModule fastcgi_module /usr/lib/apache/2.0/mod_fastcgi.so First, the LoadModule is not recognized.

[us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2009-12-31 Thread Paul McFerrin
I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this upgrade to 1.3.41 (last 1.x release). I have gotten my server to respond to both URL's. However on every page, I get the Forbidden error message. If I do allow it to view any page, I

[us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things in as a fastcgi. What other files have to be modified? Where does PHP4 have to be installed? Can someone tie things in for me. I seemed to so close but yet so far. Rightnow my .php file jst downloads

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
more information regarding this on the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul McFerrin pmcfer...@columbus.rr.com wrote: I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
1.3.41 You need to add something like AddType application/x-httpd-php .php to your Apache configuration file. You are also likely to get more information regarding this on the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul

Re: [EMAIL PROTECTED] debugging VirtualHosts

2008-11-16 Thread Paul McFerrin
Norman: Thanks a lot! It works. The httpd.conf file is a tedious piece of code and it is so easy to spend a lot of time on changing it. -Paul Norman Peelman wrote: Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following

[EMAIL PROTECTED] debugging VirtualHosts

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] VirtualHostpmcferrin.homedns.org:80 DocumentRoot /usr/local/apache/htdocs

[EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] VirtualHostpmcferrin.homedns.org:80 DocumentRoot /usr/local/apache/htdocs ServerName