Re: [EMAIL PROTECTED] Redirect issues for SSL sites

2007-12-19 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ryan, On Dec 18, 2007 11:50 AM, Ryan Klein <[EMAIL PROTECTED]> wrote: I am having an issue redirecting a domain, twice? The general layout is I have www.domain.com and domain.com redirect to https:// domain.com, the problem I am having is how

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
Chris Arnold wrote: > Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to go > to www.teknerds.net people get the other vhost (which is MUWP). Following id > the vhost file: > # > NameVirtualHost *:80 > > > ServerAdmin [EMAIL PROTECTED] > ServerName mytimewithgod.n

[EMAIL PROTECTED] Running apache 226 on Windows XP

2007-12-19 Thread Serj I
Hi list! I've got two computers connected into a local network. When I had only one of them apache worked fine. Since i reinstalled windows and configured the network either apache or IIS that i also tried to use dont work at all. In apache log file i found no messages about any errors - by itself

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Neil A. Hillard
Chris, Chris Arnold wrote: > Chris Arnold wrote: >> Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to >> go to www.teknerds.net people get the other vhost (which is MUWP). Following >> id the vhost file: >> # >> NameVirtualHost *:80 >> >> >> ServerAdmin [EMAIL PROTE

Re: [EMAIL PROTECTED] Running apache 226 on Windows XP

2007-12-19 Thread Eric Covener
On Dec 19, 2007 9:11 AM, Serj I <[EMAIL PROTECTED]> wrote: > When i try to open http://localhost/ I get an empty page > or some message telling that localhost is inaccessible. windows firewall? -- Eric Covener [EMAIL PROTECTED] -

[EMAIL PROTECTED] Unknown Mime Type

2007-12-19 Thread Richard Dunne
I am trying to run PHP5 with Apache2 on XP. I have php.exe installed at c:\Program Files\PHP\php.exe I have Apache 2 installed at c:\Program Files\Apache Group\Apache 2 my include path in php.ini is: include_path = ".;c:\Program Files\PHP\ext" In my http.conf file I have the following lines JkWor

[EMAIL PROTECTED] Strange Apache2 304 return code when using mod_cache with a IE 6 request

2007-12-19 Thread Lucas Brasilino
Hi Folks: I'm using apache 2.0.59 with mod_cache and mod_disk_cache to cache a dynamic generated content for 1 minute. The strange thing is that it hapens only with IE 6, not 7 or other (better) browser. The background server is sending Expires and Cache-Control headers according: Expires: Cache

[EMAIL PROTECTED] redirection

2007-12-19 Thread Melanie Pfefer
hello, is it possible in apache to redirect a certain url (everything that start with OpenObject) to another port? for example: http://xena/OpenObject?doc=ERW to http://xena:9000/OpenObject?doc=ERW? thanks. __ Sent from Yahoo! Mail

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Steve Reilly
> Can anyone offer any pointers as to what is wrong? > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL

[EMAIL PROTECTED] mod_dav -- Small Files Corrupt if locked first

2007-12-19 Thread Greg Wittel
Working on setting up file upload via DAV and I've found an odd problem... If a file is <= 8192 bytes AND I've placed a protective lock on the file before sending, it will be corrupted. If I don't put a write lock before sending the file, it arrives fine. If I send something > 8192 bytes pro

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
> Can anyone offer any pointers as to what is wrong? > >>you have cname records pointing to the names you have in virtualserver? I do have cname records both in public DNS and private DNS. Still does not work from internet or intranet. ---

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
>Have you tried adding: >ServerAlias www.teknerds.net >to the second VH? (Essentially, you need to tell Apache which VH to >direct the request to - www.teknerds.net is not the same as teknerds.net) Yes, i make that change and it still takes me to the first vhost. You'll notice the first vhost

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Neil A. Hillard
Chris, Chris Arnold wrote: >> Can anyone offer any pointers as to what is wrong? >> > >>> you have cname records pointing to the names you have in virtualserver? > > I do have cname records both in public DNS and private DNS. Still does not > work from internet or intranet. Did you see my r

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
Chris, Chris Arnold wrote: >> Can anyone offer any pointers as to what is wrong? >> > >>> you have cname records pointing to the names you have in virtualserver? > > I do have cname records both in public DNS and private DNS. Still does not > work from internet or intranet. >>Did you see my

[EMAIL PROTECTED] Can't load .JS file into Perl/CGI script.

2007-12-19 Thread CraigT
Hello, I've built an app with Perl (5.8)/CGI, Javscript, and CSS. Its running on a Windows XP Home (development box) using Apache 2. It is being handled by mod_perl 2 with no errors. My problem is that I can't load .JS files into Perl/CGI scripts running out of the cgi-bin directory using the

Re: [EMAIL PROTECTED] Can't load .JS file into Perl/CGI script.

2007-12-19 Thread Dragon
CraigT wrote: Hello, I've built an app with Perl (5.8)/CGI, Javscript, and CSS. Its running on a Windows XP Home (development box) using Apache 2. It is being handled by mod_perl 2 with no errors. My problem is that I can't load .JS files into Perl/CGI scripts running out of the cgi-bin dir

[EMAIL PROTECTED] Apache reaching MaxClients despite what appears to be moderate server load

2007-12-19 Thread Jim Keller
One of my webservers has started acting up, and I'm not entirely sure what's going on. It seems to act as if it's under very high load, even occasionally reaching MaxClients and shutting down, despite the fact that it doesn't appear to be seeing *that* much traffic (at least it's no more than us

[EMAIL PROTECTED] question about interaction of shishi and httpd

2007-12-19 Thread Dan Aronson
[I ran into this on a debian system, I've crossposted my question there] In trying to create some new web stuff, apache seems to be complaining about shishi (which I see from research is the gnu kerberos stuff). Why is it doing this? I know I could just create the directory, but I want to unders

Re: [EMAIL PROTECTED] how to compile mod_dav to use dbm, not sdbm/gdbm

2007-12-19 Thread Russell E Glaue
This is still a problem, But I think I figured out what the issue is. apr-util-1.2.12 apache-2.2.6 The apr-util's ./configure will always configure SDBM to compile as the default option, and no matter that --with-db= you choose, ./configure will always choose the default, SDBM, as it never recog

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Norman Peelman
Chris Arnold wrote: Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to go to www.teknerds.net people get the other vhost (which is MUWP). Following id the vhost file: # NameVirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName mytimewithgod.net #ServerA

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Chris Arnold
I am replying to the last email sent that said to put www in front on teknerds in that vhost. I did that and restarted apache. Same problem. ServerAdmin [EMAIL PROTECTED] ServerAlias www.teknerds.net DocumentRoot /srv/www/htdocs/sites/teknerds The one about adding www.teknerds to the

[EMAIL PROTECTED] dbm group files with dtdbm

2007-12-19 Thread pavel . stratil-jun
Hi, how do i use the htdbm to create dbm group files? ...seems like this can only done only by the deprecated dbmmanage.. ? btw, what makes the difference using a single or two dbs for users and groups? what are your personal preferences and why? thanks for the quick reply, Pavel ---

[EMAIL PROTECTED] additional dbm question

2007-12-19 Thread pavel . stratil-jun
Hi, well i sent my first e-mail a bit early by mistake... it shoud have included this: The .htaccess file: AuthType Digest AuthName "private area" AuthDigestDomain /private/ AuthDigestProvider dbm AuthDBMType GDBM AuthDBMGroupFile /var/www/users.db AuthDBMUserFile /var/www/users.db Require valid

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Florian Schmidt
You must not delete the ServerName directive, it should look like: ... ServerName teknerds.net ServerAlias www.teknerds.net DocumentRoot /srv/www/htdocs/sites/teknerds ... On Thu, December 20, 2007 03:30, Chris Arnold wrote: > I am replying to the last email sent that said