Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Bill Angus
If you are in windows environment, you might try using Apache 2.2.3 from a competently compiled distro (like the one at http://hunter.campbus.com ) As you will know already, you need a command as follows in httpd.conf ? LoadModule php5_module "C:\php\php5apache2_2.dll" - Original Message --

Re: [EMAIL PROTECTED] Godaddy ssl sertificate problem...

2006-11-30 Thread Bill Angus
surprizingly good for what I paid them. They helped me resolve any issues I had at any rate. Its free support, so you might give them a call. Have a great day! Bill Angus, MA http://www.psychtest.com - Original Message - From: Richard de Vries To: users@httpd.apache.org ; [EMAIL

Re: [EMAIL PROTECTED] Virtual Hosting / FTP Access / Perl - cgi scripting

2006-11-28 Thread Bill Angus
Its pretty well all in the docs Mark. You can run each site in its own virtual host (your own site, plus the others). If you have a single dedicated IP address (the most common situation), you use name-based virtual hosting. Apache gives you a lot of configuration options. Each virtual host ca

Re: [EMAIL PROTECTED] Apache2 behind Linksys router

2006-11-23 Thread Bill Angus
Then you enter the port forwarding part of the router setup and forward (in this case) incoming port 80 to the local machine 192.168.1.10. If you use SSL you need to forward port 443 to the server. If you have your own email server or games you have to forward those ports. Have a great day!

Re: [EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Bill Angus
Here's what I do (Windows environment)... works fine for me.   LoadModule php5_module "C:\php\php5apache2_2.dll"PHPIniDir "C:/php" AddType application/x-httpd-php .php  AddType application/x-httpd-php-source .phps Bill Angus, MAhttp://www.psychtest.com - Origi

Re: [EMAIL PROTECTED] multiple apache instances-help

2006-10-26 Thread Bill Angus
Apache on windows works fine with multiple instances. The Apache Monitor does a good job of keeping track of which instances are running, and their status.   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: sharath reddy To: users@httpd.apache.org

Re: [EMAIL PROTECTED] multiple vhosts on port 80 and port 443

2006-10-19 Thread Bill Angus
set up name-based hosts for an SSL server. This doesn't mean it cannot be done -- only that I tried for over a day and could not make it work :)   Have a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Joshua Slive To: users@httpd.apach

Re: [EMAIL PROTECTED] multiple vhosts on port 80 and port 443

2006-10-19 Thread Bill Angus
f how many servers I have installed quite nicely.   Have a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Gregor Schneider To: users@httpd.apache.org Sent: Thursday, October 19, 2006 9:45 AM Subject: Re: [EMAIL PROTECTED] multiple v

Re: [EMAIL PROTECTED] apache behind firewall

2006-08-04 Thread Bill Angus
t location on your subnet, it will be easiest to change network configuration so that PHP and Apache are accessible and can have the "listen port" (and another required ports) forwarded from the router/gateway which is associated with a WAN/internet IP address.   Bill Angus, MAhttp://

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Bill Angus
rence from win2003.   Can you post a sample of your working config? Thanks!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Ryan McDonald To: users@httpd.apache.org Sent: Tuesday, June 06, 2006 7:17 AM Subject: Re: [EMAIL PROTECTED] V

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Bill Angus
for secure.yourdomain.com (not www.yourdomain.com)   Have a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Boyle Owen To: users@httpd.apache.org Sent: Tuesday, June 06, 2006 6:36 AM Subject: RE: [EMAIL PROTECTED] VirtualHost > >

Re: [EMAIL PROTECTED] VirtualHost

2006-06-05 Thread Bill Angus
Even with the latest version of Apache SSL service (i.e. on port 443) and name-based-virtual-hosting, do not co-exist. At least not in the Windows 2k environment we have. Since you can have either name-based hosting on port 80 - or an SSL server one solution is to establish 2 apache inst

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-05 Thread Bill Angus
Name "Administration phpMyAdmin"AuthUserFile /.htpasswdrequire valid-user Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Richard DeWath To: users@httpd.apache.org Sent: Sunday, June 04, 2006 8:56 AM Subject: Re: [EMAIL PROTECTED] Getting Apache to

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Bill Angus
a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Bill Angus To: users@httpd.apache.org Sent: Thursday, June 01, 2006 11:37 AM Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP Tthere is no need to "co

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Bill Angus
Tthere is no need to "compile" anything. All the windows binary distros have the needed files in them. -- specify php4apache2.dll with Apache2.0.x -- specify php4apache2_2.dll with Apache2.2.x   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Sch

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Bill Angus
che 2.2 my syntax is LoadModule php5_module "C:\php\php5apache2_2.dll"  Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Martyn Griffin To: users@httpd.apache.org Sent: Tuesday, May 30, 2006 6:52 AM Subject: RE: [EMAIL PROTECTED] Getting Apache

[EMAIL PROTECTED] pdf problems?

2006-05-29 Thread Bill Angus
rary internet files cache, so even after the server is restarted with MOD-DEFLATE turned off the user has to clear the browser cache before being able to load and display the PDF correctly.   Anybody else had this problem?   Thanks and have a great day!   Bill Angus, MAhttp://www.psychtest.com

Re: [EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Bill Angus
hosts www.my_domain.com  and  www.my_other_domain.com    With this you also get the option of completely separate configurations -- and so of course you may have separate logs.   Bill Angus - Original Message - From: Shai To: users@httpd.apache.org Sent: Thursday, May 25, 2006 7:5

[EMAIL PROTECTED] beginner Question about building.

2006-05-09 Thread Bill Angus
 subversion package and used it to download the most recent file-set -- but it seems like a couple of other things need to be installed and configured before a useful build will result.   Thanks and have a great day!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From

[EMAIL PROTECTED] php5apache2.dll

2006-05-09 Thread Bill Angus
Anybody know the proper install for PHP5 under Apache 2.2 for Windows? I had to comment out my PHP installation line in config...   #LoadModule php5_module "C:/Php/php5apache2.dll" If present, this line raises a spurious error message telling me that Apache cannot load the module due to "fi

[EMAIL PROTECTED] Install / setup troubles

2006-05-04 Thread Bill Angus
!   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Vasiliy Boulytchev To: users@httpd.apache.org Sent: Thursday, May 04, 2006 10:24 AM Subject: Re: [EMAIL PROTECTED] Redirect Problem Bill,  Yes, you can :)   Its all about how you configure your

Re: [EMAIL PROTECTED] Redirect Problem

2006-05-04 Thread Bill Angus
This is a bit of a newbie question --- But can one have named virtual hosts on port 80 but still run SSL on the same server by not having any named virtual hosts on port 443 ?   Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Krist van Besien To: users

Re: [EMAIL PROTECTED] Question about setting up secure service

2006-05-04 Thread Bill Angus
Krist and all... Thanks for the information you gave. It helped me to debug some of my mistakes in the .conf files and to understand a bit of what is going wrong.   I think part of the problem is my environment. I have windows 2000 boxes and have an installed Apache 2.0.55 binary (downloaded

Re: [EMAIL PROTECTED] Question about setting up secure service

2006-05-02 Thread Bill Angus
>You have to define *precisely* what you mean by "no joy", "can't get to work", "didn't work" and other vagueosities... Did you get browser alerts? Did the pages >load? 404? 401? 500? No connection? What?Yes of course Owen  ... sorry... Apache loaded and continued to work fine on port 80 --

[EMAIL PROTECTED] Question about setting up secure service

2006-05-02 Thread Bill Angus
Dear All: sorry for the length of this -- I am an SSL newbie and need a bit of install advice.   We have a windows environment, and have installed Apache2.0.55 with SSL support plus openSSL. We have one dedicated IP address which is currently shared by two name-based virtual hosts. I want to