[EMAIL PROTECTED] .htaccess and authentication inside/outside network

2007-10-31 Thread Sean Brown
Hi All, I'm trying to figure out the right prescription for the following scenario. When my users are inside our firewall (a 192.168.x.x network), I'd like them to be able to browse a particular site without any authentication at all. If they want to see the site from home, or anywhere outside o

[EMAIL PROTECTED] mod rewrite question

2006-11-06 Thread Sean Brown
I had already posted this on the configuration list, but got no replies, so I thought someone here might be able to better answer. I've got an odd thing happening and I'm not sure why. I've got the following mod rewrite conditions and rules for the default site on my apache box: Options Foll

[EMAIL PROTECTED] RedirectPermanent question

2006-01-19 Thread Sean Brown
I used to host a site on my box, but the user has decided to use Apple new iWeb and .mac hosting service. In this service, she has to use their domain, so their is no DNS switch. The URL for her new site is like this: http://web.mac.com/username/iWeb/Sitename/welcome.html So, I my box, I set up

Re: [EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-14 Thread Sean Brown
You really only need one virtual host, but with several aliases. I assume PHP is taking care of reading the host headers to know whether it should serve site A or Site B's content. Like so: ServerName siteA.com:80 ServerAlias siteB.com ServerAlias siteC.com Us

Re: [EMAIL PROTECTED] Re: Can Anyone Recommend A Log Analyzer?

2005-11-14 Thread Sean Brown
It was just announced that Google will be offer web analytics for free as well. They bought Urchin. Urchin was a very capable commercial product used by many ISPs. http://www.google.com/analytics/ As for open source, I've always used the comination of Analog (http://www.analog.cx/) and Report

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Sean Brown
I think this is impossible to answer without knowing what the DocumentRoot of each of the two vhosts is. Please provide what your file structure looks like, On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > Hello! > > I have one problem who gives me headache. > > > I have one website, let

Re: [EMAIL PROTECTED] mail()

2005-11-04 Thread Sean Brown
First of all, this question should be posted to a PHP list: http://www.php.net/mailing-lists.php But, since you asked, you need to either supply your own local STMP mailer, or use a remote STMP server. Either works well. I'd highly suggest looking into using the PEAR Mail class: http://pear.ph

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Sean Brown
It's my understanding that the SSL Certificate is bound to the IP of the site, NOT the DNS name. So if you're moving to a new machine AND changing the IP address, you may need to get your certificate recreated. If you moving to a new machine, but keeping the IP address, you should be able to simp

Re: [EMAIL PROTECTED] VirtualHost confusion

2005-11-02 Thread Sean Brown
On 11/2/05, Adam Roberts <[EMAIL PROTECTED]> wrote: > It has been a longtime since I have needed to use 's and now my > ignorance has caught up with me. > > I have a two domain names (domain1.com and domain2.net) that I am trying to > host on the same machine with VirtualHost, however, I'm not havi

Re: [EMAIL PROTECTED] Multiple virtual hosts

2005-10-27 Thread Sean Brown
On 10/26/05, Dean Maunder <[EMAIL PROTECTED]> wrote: > Is it possible to have multiple virtual names for a single host? > Something like: > > DocumentRoot /usr/local/apache2/htdocs/www.mydomain.com > ServerName www.mydomain.com > ServerName www.other-mydomain.com > ServerAdmin [EMAIL PROTECTED] >

[EMAIL PROTECTED] Multiple instances bound to separate IPs?

2005-10-25 Thread Sean Brown
Is it possible to run two separate instances of Apache, both on port 80, but each bound to a different IP? So, for instance one, I'd have this in the httpd.conf: Listen 192.168.1.1:80 And in the other, I'd have have: Listen 192.168.1.2:80 If I started each with a specification of configuration

[EMAIL PROTECTED] Multiple instances bound to separate IPs?

2005-10-24 Thread Sean Brown
Is it possible to run two separate instances of Apache, both on port 80, but each bound to a different IP? So, for instance one, I'd have this in the httpd.conf: Listen 192.168.1.1:80 And in the other, I'd have have: Listen 192.168.1.2:80 If I started each with a specification of configuration