ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] Apache + Perl
@ 2008-01-14 20:25 lnkvisitor.ts
  2008-01-15  9:15 ` Alexey Morsov
  2008-01-18 15:43 ` Michael Bochkaryov
  0 siblings, 2 replies; 8+ messages in thread
From: lnkvisitor.ts @ 2008-01-14 20:25 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

Не могу подружить апач с перлом. все модули стоят. а всеравно показывает
исходы в браузер.

# cat vhost.conf
<VirtualHost *:80>
    ServerAdmin webmasterr@localhost
    ServerName bugzilla:80
    DocumentRoot "/usr/httpd/bugzilla/www"
    <Directory />
        #Options +ExecCGI FollowSymLinks
        #AllowOverride All
        #DirectoryIndex index.cgi
        #Order allow,deny
        #Allow from all
        Include conf/extra-available/Directory_root_default.conf
    </Directory>
    <Directory "/usr/httpd/bugzilla/www">
        Options +ExecCGI FollowSymLinks
        AllowOverride All
        DirectoryIndex index.cgi
        Order allow,deny
        Allow from all
     #   Include conf/extra-available/Directory_html_default.conf
    </Directory>
    ErrorLog /usr/httpd/bugzilla/error_log
    LogLevel warn
    <IfModule log_config_module>
        CustomLog /usr/httpd/bugzilla/access_log common
    </IfModule>
    <IfModule alias_module>
        ScriptAlias /cgi-bin/ "/usr/httpd/bugzilla/www/"
    </IfModule>
    <Directory "/usr/httpd/bugzilla/www">
        Include conf/extra-available/Directory_cgibin_default.conf
    </Directory>
</VirtualHost>

[-- Attachment #2: lnkvisitor.ts.vcf --]
[-- Type: text/x-vcard, Size: 311 bytes --]

begin:vcard
fn;quoted-printable:=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9 =D0=9A=D1=83=D0=BB=D0=B8=D0=BA=
	
n;quoted-printable;quoted-printable:=D0=9A=D1=83=D0=BB=D0=B8=D0=BA;=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9
email;internet:lnkvisitor.ts@gmail.com
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-01-18 16:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 20:25 [Sysadmins] Apache + Perl lnkvisitor.ts
2008-01-15  9:15 ` Alexey Morsov
2008-01-15 10:50   ` lnkvisitor.ts
2008-01-15 11:36     ` Alexey Morsov
2008-01-15 13:09       ` lnkvisitor.ts
2008-01-16 16:16         ` Andrey Rybak
2008-01-18 15:43 ` Michael Bochkaryov
2008-01-18 16:57   ` lnkvisitor.ts

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git