UserDir for cgi-bin?

UserDir for cgi-bin?

Post by Anthony Weicke » Thu, 14 Mar 2002 06:05:18



Is there an equivalent definition for cgi-bin directories?

I have the definition:
    UserDir www/html

which gives the <http://servername.com/~username>

but I also want to have something like:
    UserCGI www/cgi-bin

which would resolve to <http://servername.com/~username/cgi-bin> that
would have cgi-bin execution permission.

Is there a way module that will allow this?  Preferably this should be
set up once and not need be modified when a new user joins the group.

Thanks in advance for any help on this.

Regards,

Anthony Weicker

  anthony.weicker.vcf
< 1K Download
 
 
 

UserDir for cgi-bin?

Post by Joshua Sliv » Thu, 14 Mar 2002 07:00:47



> Is there an equivalent definition for cgi-bin directories?
> I have the definition:
>     UserDir www/html
> which gives the <http://servername.com/~username>
> but I also want to have something like:
>     UserCGI www/cgi-bin

See:
http://httpd.apache.org/docs/misc/FAQ.html#user-cgi

--
Joshua Slive

Apache HTTP Server Users Mailing List: http://httpd.apache.org/userslist.html

 
 
 

1. /cgi-bin/phf /cgi-bin/test-cgi /cgi-bin/handler

I've been seeing a number of attacks of this sort recently
from various sites in the http logs.  The time correlation
between the logs on various hosts suggests that the attacker
was scanning sequentially upward in IP addresses.  Since all
tcp and udp packets to ports below 1024 except for http,
smtp, and ident are filtered out for most, including the
attacking, sites, I'm not seeing anything else in the logs.

209.61.73.47 - - [04/Jul/1998:07:19:27 -0500] "GET /cgi-bin/phf" 404 -
209.61.73.47 - - [04/Jul/1998:07:19:28 -0500] "GET /cgi-bin/test-cgi" 404 -
209.61.73.47 - - [04/Jul/1998:07:19:28 -0500] "GET /cgi-bin/handler" 404 -

Is this a signature of some known attackware?  If so, what
other attacks accompany these http probes?

--

2. connect electronic device to BSD

3. cgi-bin/view-source?cgi-bin/view-source

4. regex in (missing) libpw.a

5. cgi-bin (C bin) hangs under Linux

6. mod_log_config logging to a pipe

7. cgi-bin and cgi file security

8. Error when booting; bad magic number in super-block; please help!

9. cgi-bin access with .cgi file

10. Execute cgi outside of cgi-bin

11. .cgi-Files will only work in the cgi-bin ???

12. Aliasing cgi-bin directory to CGI directory

13. How could let CGI run not only at cgi-bin?