On Mon, Oct 17, 2005 at 11:26:51AM -0500, Craig R. Bina wrote:
> as described on the http://www.freebsd.org/cgi/query-pr.cgi?pr=86416
> bug report. Instead, I see a successful:
>
>[notice] LDAP: Built with OpenLDAP LDAP SDK
>[notice] LDAP: SSL support available
>
> and I am already using
Hi,
I am migrating apache 1.3 t0 2.0 .I need a documentation how to configure name based virtual hosts and ipbased virtual hosts.
Which files i need to edit and configure this
Thanks
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
Heya,
Ok, you haven't mentioned it but your paths seem to indicate it's this
is on Debian.
> I need to configure the name based virtual hosts(multiple websites
> for single ip) and ip based virtual hosts in apache2.
Ok.
> I am reall got confused about the which file i need to configure
> i.e /
Hi,
I need to configure the name based virtual hosts(multiple websites for single ip) and ip based virtual hosts in apache2.
I am reall got confused about the which file i need to configure i.e /etc/apache2/apache2.confor /etc/apache2/site-available/default file.Please help me in this.
I want
On 10/17/05, Mukarram Syed <[EMAIL PROTECTED]> wrote:
> Thanks Joshua for your response...
>
> Having difficulty with the ssl.conf file as well:
> Redirecting https://pan.eci.mgn-us.net to
> https://staging.esalton.com
>
> I have tried the following in my research...
> Added the following lines to
On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> To test it, I browsed to docmo.com which is pointed to my nameservers,
> ns1.cvfx.com and ns2.cvfx.com, but which has not been entered as a
> virtualhost entry on this server.
docmo.com does not resolve in DNS to an IP address. This has
On 10/17/05, Gary W. Smith <[EMAIL PROTECTED]> wrote:
> This requires two things. One, you need to configure DNS to catchall.
> I'm not sure how to do this but search google for bind and all.
>
> As for the other one, create a vitual site as _default_ and give server
> aliases. Then if you create
Yah, but my dns server doen't forward names :(
On 10/16/05, James W. Anderson <[EMAIL PROTECTED]> wrote:
If you have your own DNS server, then
name-based virtual hosting should be very easy. You just need to setup your
DNS names to "point" to the same IP address (where Apache is
runn
I believe this might work for you but I have never tried it. The rest
of this is DNS...
ServerAdmin [EMAIL PROTECTED]
ServerAlias *.mydomain.com
DocumentRoot /home/mydomain/public_html
Alias /error /var/html/public_error
ErrorDocument 404 /error/mycustom404.html
ServerAdmin [EMAIL PROTECTED]
Joshua, thanks a lot.
I created an entry in that form and restarted Apache but, unfortunately,
it doesn't seem to work.
Here is what I exactly entered:
---
ServerName cvfx.com
Redirect / http://www.cvfx.com/
---
... and the existing entry for cvfx is as follows:
-
Gary, thank you so much for taking the time to answer.
If possible, could you clarify how I should format the _default_
virtualhost entry?
A typical virtualhost entry in my conf looks like this:
---
ServerAlias mydomain.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/mydomain/pub
Thanks Joshua for your response...
Having difficulty with the ssl.conf file as well:
Redirecting https://pan.eci.mgn-us.net to
https://staging.esalton.com
I have tried the following in my research...
Added the following lines to ssl.conf:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
R
On 10/17/05, Mukarram Syed <[EMAIL PROTECTED]> wrote:
>
> ServerName esalton.com
> ServerAlias www.esalton.com
> Redirect / http://www.esalton.com/
>
This is our second redirect-loop question today. This is a
redirection loop because the redirected URL hits the same Redirect as
the original URL
Hi,
I am sure this question has been raised before, but I
am not able to find an answer specific to my problem.
On the Test box, in the httpd.conf file I am
successfully able to do the following:
ServerName pan.eci.mgn-us.net
Redirect / http://staging.esalton.com/
This works. I can go to http
This requires two things. One, you need to configure DNS to catchall.
I'm not sure how to do this but search google for bind and all.
As for the other one, create a vitual site as _default_ and give server
aliases. Then if you create a real virtual site you will need to use
the qualified domain
Please forgive my lack of clue. I have read the FAQ and googled
ferociously but haven't been able to find a solution, I hope that
someone here can help me.
I would like anybody to be able to point their domains at my nameservers
and for anybody browsing to "thatdomain.com" or "www.thatdomain.com"
Bill, you are correct. I was trying to install mod_aspdotnet on Apache 1.3.
I installed Apache 2.0.55, then the mod_aspdotnet-2.0.0.msi worked fine (Apache
starts and sample script runs). I later found on the reference page (
http://httpd.apache.org/cli/mod_aspdotnet ) "Compatible only with http
On 10/17/05, Nash, Marty <[EMAIL PROTECTED]> wrote:
> NameVirtualHost :80
> NameVirtualHost :8080
If you aren't running multiple sites on each IP-Port combination, then
you don't need NameVirtualHost.
> I can run a configtest and I get the message: Syntax ok. However, when I
> attempt to access t
Dmitriy,
Is this really the same bug? I do not see:
[notice] LDAP: SSL support unavailable
as described on the http://www.freebsd.org/cgi/query-pr.cgi?pr=86416
bug report. Instead, I see a successful:
[notice] LDAP: Built with OpenLDAP LDAP SDK
[notice] LDAP: SSL support available
a
I took your advice and installed the bundled package XAMPP. Is there
anything else I need to do to link the programs together. The problem I am
having is when I do the php test, phpinfo.php, and attempt to open it a
window pops up and says cannot find php cli! The XAMPP shows Apache, MySql
and
Title: Virtual Hosts
I'm trying to set up 2 virtual hosts, here's how my configuration files looks:
Listen :80
Listen :8080
NameVirtualHost :80
NameVirtualHost :8080
:80>
ServerAdmin x
DocumentRoot
ServerName number1.host.name
ErrorLog logs/error_l
hello David ,
Add the following module under mod_proxy.c and try . It works fine for me
RequestHeader set Front-End-Https "On"
Regards,
Isha
On 10/17/05, David Leangen <[EMAIL PROTECTED]> wrote:
Hello!I am having trouble getting my reverse proxy to work with SSL. Perhaps Ihave mi
Hi,
I am new to apache: and have googled for an answer
which has only added to my confusion.
My problem is that I do not fully understand how to
set-up a reverse proxy apache server, (and the help files are as bad as the MSDN)
My need is to set-up two apache servers at our
satellit
Thank you very much. Now all is ok!
Luca
-Original Message-
From: Joshua Slive [mailto:[EMAIL PROTECTED]
Sent: lunedì 17 ottobre 2005 15.57
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Permission to access on my website!
On 10/17/05, Rasconi Luca (u.e.) <[EMAIL PROTECTE
On 10/17/05, Rasconi Luca (u.e.) <[EMAIL PROTECTED]> wrote:
> RewriteRule ^/pages/generic_error/(.*)\.html$
> http://static.rossoalice.virgilio.it/pages/generic_error/mce/$1.html
> [R=temp,L]
>
> But it doesn't works!! And the error is something like this:
>
> redirection number limiti
Hi all,
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.+Media\sCenter.*$
RewriteRule ^/pages/generic_error/file_notfound\.html$
http://static.rossoalice.virgilio.it/pages/generic_error/mce/file_notfou
nd.html [R=temp,L]
In this way I redirect my error page when the client is a media ce
On 10/14/05, Dott. Niro Vincenzo <[EMAIL PROTECTED]> wrote:
> It's true the problem is FW because they don't allow dynamic IP
> connection.
Often ISP's do allow it on hihgher ports. I solved a similar problem
once by just running the server on port 8000
Your server can then be connected on http:/
On 10/15/05, Lars Ohlén <[EMAIL PROTECTED]> wrote:
> So the same script (ex TheServlet) needs to be accessed both using the URL
>
> /webapp/servlet/TheServlet and
> /script/servlet/TheServlet
>
> The easy solution is of course to duplicate the webapp and to create an
> additional script web applic
28 matches
Mail list logo