-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
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
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
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
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]
-
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
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
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
> 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
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
> 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.
---
>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
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
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
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
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
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
[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
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
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
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
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
---
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
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
24 matches
Mail list logo