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
is 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

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! Bill

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"IfModule mod_mime.cAddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps/IfModule Bill Angus, MAhttp

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
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 vhosts

Re: [EMAIL PROTECTED] apache behind firewall

2006-08-04 Thread Bill Angus
cation onyour subnet, it will be easiest to change network configuration so thatPHP and Apache are accessible and can have the "listen port"(and another required ports) forwarded from therouter/gatewaywhich is associated witha WAN/internet IP address. Bill Angus, MAhttp://www.psychtest

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 Let's clarify what's

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

2006-06-05 Thread Bill Angus
tiViews AuthType BasicAuthName "Administration phpMyAdmin"AuthUserFile /.htpasswdrequire valid-user /Directory Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Richard DeWath To: users@httpd.apache.org Sent: Sunday, June 04, 2006 8:56 AM Subje

Re: [EMAIL PROTECTED] VirtualHost

2006-06-05 Thread Bill Angus
Even with the latest versionof Apache SSL service (i.e. on port 443) and name-based-virtual-hosting, do not co-exist. At least not inthe 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

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

2006-06-01 Thread Bill Angus
Tthere is no needto"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-06-01 Thread Bill Angus
oops srry :)not php4... php5apache2_2.dll for php-5 php6apache2_2.dll for php-6 Tests described in this email are priced in Canadian funds (and do not include shipping charges). To get a US amount divide by 1.1 approximately. Thanks for using our service and have a great day! Bill Angus

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

2006-05-30 Thread Bill Angus
Apache 2.2 mysyntax 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
ven 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
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:59 PM Subject: [EMAIL

[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 raisesa spurious error message telling me that Apachecannot load the moduledue to

[EMAIL PROTECTED] beginner Question about building.

2006-05-09 Thread Bill Angus
thesubversion 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 configuredbefore a useful build will result. Thanks and have a great day! Bill Angus, MAhttp://www.psychtest.com - Original Message - From

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 helpedmeto debug some of my mistakes in the .conf files and to understand a bit of what is going wrong. Ithink part of the problem is my environment. I havewindows 2000 boxes and have an installedApache 2.0.55 binary (downloaded from

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 bynot having any named virtual hosts on port 443 ? Bill Angus, MAhttp://www.psychtest.com - Original Message - From: Krist van Besien To: users

[EMAIL PROTECTED] Install / setup troubles

2006-05-04 Thread Bill Angus
have been trying to do is to use https on port 443 and http on port 80 I have a single dedicated IP address -- DNS pointing to the address 209.121.79.58 I would like to serve incoming to the above IP address port 80 as http and incoming port 443 as https: Thanks and have a great day! Bill

[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.55with SSL support plusopenSSL. Wehave one dedicated IP address which is currently shared by two name-based virtual hosts. I want to

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 --