ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Yuri N. Glibovetz" <gyn61@mail.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Apache + php
Date: Tue, 03 Aug 2004 18:24:45 +0300
Message-ID: <410FAE3D.8050505@mail.ru> (raw)
In-Reply-To: <410FA78E.6010409@21th.com>

Grigory Soloviov пишет:

> Подскажите что надо сделать что бы работала связка Apache + php после 
> установки их из сизифа?
> 
> В конфиге Apache /etc/httpd/conf/httpd.conf в разделе <IfModule 
> mod_mime.c> разкоментарил строчки AddType для php.
> 
> Apache перегрузил.
> 
> А он всеравно упорно показывает мне *.php файлы как plain text.
> 
> AltLinux Compact 2.3
> Apache/1.3.31 (ALT Linux/alt8)
> PHP 4.3.7RC2-dev/ALT (cli)

У меня вот так работает:

<IfModule mod_alias.c>
     ...................
     ScriptAlias /forum/ "/var/www/phpBB2/"
     <Directory "/var/www/phpBB2">
         AllowOverride None
         Options -Indexes
         Order allow,deny
         Allow from all
     </Directory>
     ...................
</IfModule>

Правда, у меня установлено mod_php-4.3.5


  reply	other threads:[~2004-08-03 15:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-03 14:56 Grigory Soloviov
2004-08-03 15:24 ` Yuri N. Glibovetz [this message]
2004-08-04 10:46   ` Grigory Soloviov
2004-08-06  7:45 ` [Comm] " Michael Shigorin
2004-08-06  8:04   ` Artem K. Jouravsky
2004-08-06  8:30     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=410FAE3D.8050505@mail.ru \
    --to=gyn61@mail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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