On Thu, Nov 6, 2008 at 8:47 PM, Charles Payne (Travel Channel)
<[EMAIL PROTECTED]> wrote:
> Can I do something like thing
>
> RewriteRule ^/test* http://tdocs.travelchannel.com/teams/Login.do
>
> Sorry this might be an easy question but I can seem to find a straight
> answer on google.
You will f
Charles Payne (Travel Channel) wrote:
Guys,
I have an issue that I can seems to find online. I have a mod_rewrite
rule that looks like this
RewriteRule ^/test http://myother.webserver.com [R]
But what I want to do is anything that is a part of the directory
/test I want it to go to the
Guys,
I have an issue that I can seems to find online. I have a mod_rewrite rule
that looks like this
RewriteRule ^/test http://myother.webserver.com [R]
But what I want to do is anything that is a part of the directory /test I
want it to go to the other server.
Can I do something like th
André Warnier wrote:
Hi.
Apache 2.2.x, any platform
Suppose I have this configuration snippet :
Options Indexes
DirectoryIndex index.html welcome.html index.php whatever.html
...
Options ?
DirectoryIndex ??
How do I specify that the list of index documents provided in the
Justin Pasher wrote:
If you have more (sub)domains that point to the same virtualhost, then
you won't be able to use the above directive as-is, since it's
designed to funnel ALL requests through www.csulb.edu. It's mainly
designed for sites that have a handful of alias domains, but only one
Mike Soultanian wrote:
Justin Pasher wrote:
Ahhh... Now it should actually be possible. If possible, I would
(personally) try to push all traffic to www.csulb.edu whenever they
try to pull csulb.edu. Whether or not this is possible in your
situation, I do not know. Something like this in the V
Hi.
Apache 2.2.x, any platform
Suppose I have this configuration snippet :
Options Indexes
DirectoryIndex index.html welcome.html index.php whatever.html
...
Options ?
DirectoryIndex ??
How do I specify that the list of index documents provided in the
"topdir" is no longer
Justin Pasher wrote:
Ahhh... Now it should actually be possible. If possible, I would
(personally) try to push all traffic to www.csulb.edu whenever they
try to pull csulb.edu. Whether or not this is possible in your
situation, I do not know. Something like this in the VirtualHost
config wou
Mike Soultanian wrote:
Justin Pasher wrote:
Actually, ignore everything I just said. All this time I thought that
was what apache was doing, but it's actually occurring after the
mismatched server name warning is presented. The rewrite rule will
still catch the request and redirect them to
Justin Pasher wrote:
Actually, ignore everything I just said. All this time I thought that
was what apache was doing, but it's actually occurring after the
mismatched server name warning is presented. The rewrite rule will
still catch the request and redirect them to https://www.csulb.edu,
Justin Pasher wrote:
Mike Soultanian wrote:
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL
version of the site, as the .htaccess file
On Mon, 29 Sep 2008 16:40:49 -0500, "Justin Pasher"
<[EMAIL PROTECTED]> said:
>
> If you do it within the apache config, the server will send the 302
> redirect header before trying to exchange any SSL key related
> information. Once they have been kicked over to
> https://www.csulb.edu/, the norm
Mike Soultanian wrote:
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL version
of the site, as the .htaccess file is run after a connect
Justin Pasher wrote:
You can simplify this a bit by saying "redirect anything that is not
going to www.csulb.edu". However, you'll have to put the rewrite
directives inside the configuration for the SSL version
of the site, as the .htaccess file is run after a connection is
established wi
Mike Soultanian wrote:
Our campus has an SSL certificate for www.csulb.edu. If you go to
https://www.csulb.edu everything works peachy.
Now, if you go to https://csulb.edu, you get an error. I talked to
our server admin and he said it's because our certificate is
registered to www.csulb.edu
Eric Covener wrote:
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote:
So, is it possible to set up a rewrite condition such that when someone
tries to navigate to https://csulb.edu, it will automatically redirect the
user to https://www.csulb.edu and avoid the certif
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote:
> Our campus has an SSL certificate for www.csulb.edu. If you go to
> https://www.csulb.edu everything works peachy.
>
> Now, if you go to https://csulb.edu, you get an error. I talked to our
> server admin and he said it
Our campus has an SSL certificate for www.csulb.edu. If you go to
https://www.csulb.edu everything works peachy.
Now, if you go to https://csulb.edu, you get an error. I talked to our
server admin and he said it's because our certificate is registered to
www.csulb.edu and not csulb.edu. He
On Mon, 2008-09-29 at 07:04 -0700, [EMAIL PROTECTED] wrote:
> This...
> Alias /music "d:/my music"
>
> Order allow,deny
> Allow from all
>
> ...Doesnt work. Does it have to be somehwere special in the config file?
> stopped and restarted apache to refresh config file.
>
> furthermore the li
On Mon, Sep 29, 2008 at 10:28 AM, <[EMAIL PROTECTED]> wrote:
> Is there a way to get around the requirement of an index file being in
> there? i.e. it links but access is forbidden because there is no index file.
Hopefully the ErrorLog told you to set Options +Indexes to get a
directory listing.
Is there a way to get around the requirement of an index file being in
there? i.e. it links but access is forbidden because there is no index file.
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 29, 2008 7:09 AM
Subject: Re:
esh config file.
furthermore the link path upon clicking shows file:///D:/My Music
rather than http://localhost/D:/My Music
- Original Message - From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 29, 2008 4:29 AM
Subject: Re: [EMAIL PROTECTED] Question
On Mon, Sep 29, 2008 at 10:04 AM, <[EMAIL PROTECTED]> wrote:
> This...
> Alias /music "d:/my music"
>
> Order allow,deny
> Allow from all
>
> ...Doesnt work. Does it have to be somehwere special in the config file?
> stopped and restarted apache to refresh config file.
>
> furthermore the link
ocalhost/D:/My Music
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 29, 2008 4:29 AM
Subject: Re: [EMAIL PROTECTED] Question
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
[error] [client 127.0.0.1] (20
Jason Pruim wrote:
Good morning everyone!
I am attempting to setup an apache 2.2 server and I am getting a
"forbidden You do not have permission to access / on this server" error.
This is the first time I have setup apache by hand (Always had some form
of a control panel) and I'm wondering i
>
>DocumentRoot /home/jason.pruim/pruimphotography.info
> common
>
Copy the container for your original document root to
allow Apache to serve files from somewhere else.
--
Eric Covener
[EMAIL PROTECTED]
-
The offic
- Original Message -
From: "Eric Covener" [EMAIL PROTECTED]
Sent: 09/29/2008 07:29 AM AST
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
> [error] [client 127.0.0.1] (20023)The given
Good morning everyone!
I am attempting to setup an apache 2.2 server and I am getting a
"forbidden You do not have permission to access / on this server" error.
This is the first time I have setup apache by hand (Always had some
form of a control panel) and I'm wondering if someone would be
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
> [error] [client 127.0.0.1] (20023)The given path was above the root path:
> Cannot map GET /D:/My%20Videos HTTP/1.1 to file, referer: http://localhost/
>
> I read all Alias Instructions in manual. not clear to me.
>
> How do I add an al
trying to do:
in the index.html file in C:/xampp/htdocs...I am trying to hyperlink like
this Music
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Sunday, September 28, 2008 4:51 PM
Subject: Re: [EMAIL PROTECTED] Question
On Sun, Sep 28,
On Sun, Sep 28, 2008 at 7:27 PM, <[EMAIL PROTECTED]> wrote:
> Current: default configuration
>
> status: index.html file in C:/xampp/htdocs. trying to hyperlink to another
> drive on the local machine.(D:)or (D:/My Music) wont work.
What does your error log say? Did you add an Alias for those
di
Current: default configuration
status: index.html file in C:/xampp/htdocs. trying to hyperlink to another
drive on the local machine.(D:)or (D:/My Music) wont work.
Confidential: This email is intended only for the person or entity to which it
is addressed. The information contained in this
Hi All,
I am using Apache 2.2 MPM=worker and Red-Hat model is 3.0.Under heavy load
when I do netstat -a, I see lots of socket in TIME_WAIT state.I reduced the
value of
net.ipv4.tcp_max_tw_buckets=100 and I saw the TIME_WAIT came down and the
server was behaving correctly.But when I do dmesg I see t
On Aug 9, 2008, at 9:51 AM, Greg Creamean wrote:
How can I fix this problem?
Open the file as Admin?
S.
--
Sander Temme
[EMAIL PROTECTED]
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
smime.p7s
Description: S/MIME cryptographic signature
Hi,
I have uploaded Apache software on my PC using Windows Vista. when I try to
update my http.conf file to integrate it with PHP I am having problems. When I
try to save the file, I get the following message:
"Cannot create the C:\Program Files\apache Software
Foundation\apache2.2\conf\httpd
Tan, Liao wrote:
/usr/local/apache2/etc/extra/bobj_apache_tomcat.conf: Cannot load
/usr/local/apache2/lib/modules/mod_jk.sl into server: Unresolved external
/usr/local/apache2/bin >>
You are missing some libraries and/or the connector is compiled with the
wrong path for such libraries. If you
Looks like your team didn't install mod_jk.
On Mon, Jul 21, 2008 at 2:33 PM, Tan, Liao <[EMAIL PROTECTED]> wrote:
> (I´m posting here too, once that I dont know which would be the proper group)
>
> Hi, All:
> My team has installed Apache 2.x and configured the connector with Tomcat
> 4.1.x and w
(I´m posting here too, once that I dont know which would be the proper group)
Hi, All:
My team has installed Apache 2.x and configured the connector with Tomcat
4.1.x and when started the apache, it gives the following error:
/usr/local/apache2/bin >>./apachectl start
httpd: Syntax error on lin
That's how it works. Outgoing HTTP requests bind to a random unused,
unprivileged port on the client machine and connect to port 80 on your
server. A different outgoing port will be used on subsequent requests.
Mike
On Thu, Jul 17, 2008 at 9:24 PM, RCKV <[EMAIL PROTECTED]> wrote:
> hello
>
> I
hello
I am using apache http server to serve some xml requests from clients.
the http server hands over the incoming XML to back end application. the back
end application creates the response and hands over to HTTP server to be sent
out. for some requests, the client port is changing to a diffe
expert in apache, so please
your guidance.
Thanks,
Ingrid
-Original Message-
From: Eric Covener [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 22, 2008 6:31 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache
2.0.46
On Thu, Jun 19, 2008
On Thu, Jun 19, 2008 at 4:41 PM, Tan, Liao <[EMAIL PROTECTED]> wrote:
> Guys:
> 1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in
> modssl.org, and strangely the latest version has the date of 2007, and is for
> Apache 1.3.
> 2)I already have my apache installed, that´s why I
Guys:
1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in
modssl.org, and strangely the latest version has the date of 2007, and is for
Apache 1.3.
2)I already have my apache installed, that´s why I´m looking for a patch for
mod_ssl, the final purpose is enable my current http
have all certificates and their directives configured.
Thanks for your attention.
Ingrid
-Original Message-
From: Tan, Liao [CMB-IT]
Sent: Wednesday, June 18, 2008 12:07 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk
Hah, unfortunately
-
> From: André Warnier [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2008 10:39 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk
>
>
> Hi.
>
> Your configuration snippets below look like Apache 1.x, but yo
s Intelligence, Database & Support
Services
Tel. +55-11-3741-6274
Fax. +55-11-3741-6285
Email: [EMAIL PROTECTED]
-Original Message-
From: André Warnier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 10:39 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Quest
m: André Warnier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 10:39 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk
Hi.
Your configuration snippets below look like Apache 1.x, but you mention
that you are using 2.x. How come ?
André
ness Intelligence, Database & Support
Services
Tel. +55-11-3741-6274
Fax. +55-11-3741-6285
Email: [EMAIL PROTECTED]
-Original Message-
From: André Warnier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 10:39 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Questi
Hi.
Your configuration snippets below look like Apache 1.x, but you mention
that you are using 2.x. How come ?
André
Tan, Liao wrote:
Hello, experts:
My apache installed is has only the mod_jk.sl in the "libexec/" directory.
I want to know what I need to do in order to to configure my
Hello, experts:
My apache installed is has only the mod_jk.sl in the "libexec/" directory.
I want to know what I need to do in order to to configure my current http to
https? I know this is a very general question, but to start, I guess I need to
include the directives in httpd.conf:
1)
L
On Wed, May 21, 2008 at 7:37 AM, Ali Nebi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i want to ask about internal dummy connections in apache 2.2.8. I see in
> the logs records like this:
>
> ::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-"
> "Apache/2.2.8 (EL) (internal dummy connecti
Hi,
i want to ask about internal dummy connections in apache 2.2.8. I see in
the logs records like this:
::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-"
"Apache/2.2.8 (EL) (internal dummy connection)"
In server-status page i see that these connections take server
connections.
On Sun, May 18, 2008 at 9:36 AM, Sergey Pustovit <[EMAIL PROTECTED]> wrote:
> Hi all,
> Just a basic question. Where and how do I change the host name?
See ServerName http://httpd.apache.org/docs/2.2/mod/core.html#servername and
UseCanonicalName http://httpd.apache.org/docs/2.2/mod/core.html#useca
Hi all,
Just a basic question. Where and how do I change the host name?
Thank you.
Best Regards,
Sergey Pustovit
[EMAIL PROTECTED]
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://http
Thanx guys I think it works now.
Sergey Pustovit
[EMAIL PROTECTED]
On May 17, 2008, at 10:53 AM, "Craig Huffstetler" <[EMAIL PROTECTED]
> wrote:
Also make sure, if you are behind a firewall/router to open up port
80 on the IP address of the local computer so you can view the web
site on a
Also make sure, if you are behind a firewall/router to open up port 80 on
the IP address of the local computer so you can view the web site on any
computer outside of your local network.
Sincerely,
Craig Huffstetler
On Sat, May 17, 2008 at 10:46 AM, steve <[EMAIL PROTECTED]> wrote:
> -BEGIN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sergey Pustovit wrote:
| Joshua Slive,
| Thank a lot for the help. I think it worked. Now I trying to figuring
| out how to open up or observe the website. What address do I use?
localhost from your computer, or use the IP of the computer running
apa
Joshua Slive,
Thank a lot for the help. I think it worked. Now I trying to figuring
out how to open up or observe the website. What address do I use?
thanx
On May 17, 2008, at 6:04 AM, Joshua Slive wrote:
On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit
<[EMAIL PROTECTED]> wrote:
Hello,
I
Subject: [EMAIL PROTECTED] question
Hello,
I am new to the Apache. I am trying to learn how to build the my own
website. I installed the Apache and having problem staring it. The
responce that I get is:
"sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/
apachectl star
On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote:
> Hello,
> I am new to the Apache. I am trying to learn how to build the my own
> website. I installed the Apache and having problem staring it. The responce
> that I get is:
> "sergey-pustovits-macbook:Desktop sergeypust
Hello,
I am new to the Apache. I am trying to learn how to build the my own
website. I installed the Apache and having problem staring it. The
responce that I get is:
"sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/
apachectl start
(13)Permission denied: make_sock: could not
Hi All,
I am using mod_proxy_balancer in Apache Red-Hat 3.0 and mpm=worker.
Just curious is it possible to configure a time to live value so that within
that particular time all the request will be routed by the load balancer to
a particular server.Once it expires it switches to some other server.
On Tue, Apr 29, 2008 at 7:07 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
> Hi All,
> My query is , in apache access_log we get the entry of
>
> " 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif
> HTTP/1.0" 200 2326"
>
> What the log document says is "10/Oct/2000:13:55:36" is th
Hi All,
My query is , in apache access_log we get the entry of
" 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif
HTTP/1.0" 200 2326"
What the log document says is "10/Oct/2000:13:55:36" is the time when the
request is received by Apache.So suppose the server is overloaded and i
When we enable mod_status and point our browser to
http://server-name:port/server-status?notable a tableless format of
server status details will be displayed. In that after the
scoreboard the server details are displayed in a specific format.
Is this format configurable? Can we change the w
Hi All,
Please help me in my doubt on mod_status module.
When we enable mod_status and point our browser to
http://server-name:port/server-status?notable a tableless format of server
status details will be displayed. In that after the scoreboard the server
details are displayed in a specific form
On Mon, Apr 7, 2008 at 10:54 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote:
>
> > Outside the VirtualHost container in my httpd.conf, I have tried:
> >
> > RewriteOptions inherit
> > RewriteRule command rules..
>
> You use Rewri
On Mon, Apr 7, 2008 at 10:47 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote:
> > Hi, Eric:
> >
> > Thank you very much for your response. I've set
> >
> > RewriteLogLevel 4
> > RewriteLog "/var/log/www/rewrite.log"
> >
> > and fou
On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote:
> Outside the VirtualHost container in my httpd.conf, I have tried:
>
> RewriteOptions inherit
> RewriteRule command rules..
You use RewriteOptions inherit in the scope you want to inherit "to" not "from".
"This forces the c
On Sun, Apr 6, 2008 at 12:17 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote:
> > From the Apache mod_rewrite documentation, the RewriteMap should be
> > working under both server config and virtual host. I have the
> > following RewriteMap
On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote:
> Hi, Eric:
>
> Thank you very much for your response. I've set
>
> RewriteLogLevel 4
> RewriteLog "/var/log/www/rewrite.log"
>
> and found that Apache did not check ProxyPass rules at all. If I added:
>
> RewriteRule ^/pics
Hi, Eric:
Thank you very much for your response. I've set
RewriteLogLevel 4
RewriteLog "/var/log/www/rewrite.log"
and found that Apache did not check ProxyPass rules at all. If I added:
RewriteRule ^/pics/(.*\.jpg)$http://192.168.53.93/pics/$1 [P,L]
This worked as expected, b
discovered it was that i should have been running php5apache2_2.dll not
php5apache2.dll.many thanks
On 4/6/08, Eric Covener <[EMAIL PROTECTED]> wrote:
>
> On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote:
> > Hi, folks:
> > The above configuration did not work, I get 403 error by
Hi all,
I have a Fedora Core5 linux box running apache 2.2.2
When serving static files of certain extentions including .mp3,
'Cache-Control' headers are included in the response, as well as 'ETag'
headers etc.
My question is simply this: How can I stop the 'Cache-Control' headers
being
gener
Hi all,
I have a Fedora Core5 linux box running apache 2.2.2
When serving static files of certain extentions including .mp3,
'Cache-Control' headers are included in the response, as well as 'ETag'
headers etc.
My question is simply this: How can I stop the 'Cache-Control' headers being
gene
On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote:
> Hi, folks:
> The above configuration did not work, I get 403 error by visiting
> "http://example.com/images/pic.jpg";, but I can access
> http://imgserver.com/images/pic.jpg from web browser without problem.
> [firewall enabled aroun
On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote:
> From the Apache mod_rewrite documentation, the RewriteMap should be
> working under both server config and virtual host. I have the
> following RewriteMap rules:
>
> RewriteMap images txt:/path/to/img.map
> RewriteRule ^/images
>From the Apache mod_rewrite documentation, the RewriteMap should be
working under both server config and virtual host. I have the
following RewriteMap rules:
RewriteMap images txt:/path/to/img.map
RewriteRule ^/images/([0-9][0-9][0-9])(.*)$
/multimedias/${images:$1}/$2 [L,PT]
which I n
Hi, folks:
On my websites, I want links like the following:
http://example.com/images/pic.jpg
silently grab the image from
http://192.168.53.93/images/pic.jpg [internal IP]
or
http://imgserver.com/images/pic.jpg [external IP]
example2.com(192.168.53.93) is a separate(physica
>Is there a way to dump to screen the apache "environment stuff" to what
exactly apache sees? I looked at the man pages for apache2 and apache2ctl
searching for 'environment' ... no matches.
There is a printenv CGI script which is usually installed by default but not
activated by default. Put it
... to see what exactly apache sees?
Richard Geddes wrote:
> U,
>
> Thanks... restarting or reloading seemed to apply the changes made to
> /etc/group file.
>
> Is there a way to dump to screen the apache "environment stuff" to
> what exactly apache sees? I looked at the man pages for apache2 an
U,
Thanks... restarting or reloading seemed to apply the changes made to
/etc/group file.
Is there a way to dump to screen the apache "environment stuff" to what
exactly apache sees? I looked at the man pages for apache2 and
apache2ctl searching for 'environment' ... no matches.
R
Udo Rader w
adding the www-data user to the rgeddes group?
>
>
>
> My apologies if I am misunderstanding your question.
>
>
>
>
>
> *From:* Richard Geddes [mailto:[EMAIL PROTECTED]
> *Sent:* Tuesday
On Tue, 2008-02-26 at 11:08 -0500, Richard Geddes wrote:
> Thanks for the response.
>
> I set up a directory under the main DocumentRoot called test
>
> drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test
>
> and it appeared in a directory listing in the webpage of my main
> DocumentRoot.
derstanding your question.
From: Richard Geddes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 26, 2008 10:08 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question on permissions
Thanks for the response.
I set up a directory under the main DocumentRoot called te
Thanks for the response.
I set up a directory under the main DocumentRoot called test
drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test
and it appeared in a directory listing in the webpage of my main
DocumentRoot.
Changed permissions as follows:
drwxr-x--- 2 rgeddes rgeddes 80 2008-02-
On Mon, Feb 25, 2008 at 12:59 AM, Richard Geddes
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using apache 2.2 on Ubuntu 7.10 setting up name-based virtual
> hosting . The apache servers servicing requests run as www-data.
>
> The idea is to allow users to make their own websites under their hom
Hello,
I'm using apache 2.2 on Ubuntu 7.10 setting up name-based virtual
hosting . The apache servers servicing requests run as www-data.
The idea is to allow users to make their own websites under their home
directories, and for the admin to symlink the users' DocumentRoot
directories below ma
On Wed, Jan 16, 2008 at 11:11:22AM -0500, Jamie Randell wrote:
> Yes, I've read the docs. They say, "The wildcard characters * and ? can be
> used to match names", but as the examples I've seen only use the wildcards
> to match subdomains, I had doubts as to whether they'll work in the domain
> pl
Yes, I've read the docs. They say, "The wildcard characters * and ? can be
used to match names", but as the examples I've seen only use the wildcards
to match subdomains, I had doubts as to whether they'll work in the domain
place.
Guess I'll have to try it and see.
On Jan 16, 2008 10:30 AM, Chr
Hi Jamie,
I think your question is covered in the online documentation:
http://httpd.apache.org/docs/2.0/vhosts/name-based.html
On Wed, Jan 16, 2008 at 10:13:56AM -0500, Jamie Randell wrote:
> It's kind of a production environment, so I don't really have the leisure to
> experiment and try it out
Hi,
I am only semi-experienced with Apache, and have maybe a strange question.
I need to set up a name-based virtual host pointing the subdomain "foo" to a
certain directory for any domain that's configured in DNS to point to the
box. Would it work if I set it up with one of those domains in the
Hello all,
I currently have Apache 2.2 sitting in front of my Ruby on Rails
application, proxying non-static requests to the Rails server running on a
different port. I have an admin portion of my Rails application that is
accessed by going to www.mysite.com/admin/. I want to protect the admin
p
[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
On Dec 16, 2007 10:48 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Once again, Joshua, thanks for your help. What are your feelings on
> Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in
> this situation? I tried doing a RedirectMatch with a similar regexp to what
> I
Hi...
yes i am able to compile without root permission.
Iam running on port >1024 and seems like so far it's working fine.
thank you very much for your help.
regards,
pdt
Dragon-4 wrote:
>
> pdt_p wrote:
>
>>Hi...
>>
>>Thank you for answering my question.
>>The reason why i am not compile
Once again, Joshua, thanks for your help. What are your feelings on
Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in
this situation? I tried doing a RedirectMatch with a similar regexp to what
I used with RewriteMatch, but it wouldn't work.
Thanks! -- BTR
On Dec 16, 200
On Dec 16, 2007 10:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote:
>
> This of course requires a login. Now, the situation I'm coming across is
> I'm getting two requests for login; one at http://localhost and the other at
> https://localhost. So, it looks to me like the authorization request
Joshua,
Thanks again for responding. I've decided to use AuthDigest because of the
reasons you mentioned below. However, while messing around some with
.htaccess files, I've come across the following situation that I can't seem
to figure out how to fix.
So I have the trac/ directory, which is t
On Dec 16, 2007 1:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Thanks for responding. I had planned on looking into AuthDigest anyway, so
> I'll go ahead and do that. If I end up using AuthDigest, would it then make
> sense to only use SSL when actually logging in?
>
No, dige
1 - 100 of 292 matches
Mail list logo