Having problems installing Drupal? See the Installation Guide for more information.

Mutiple Site Configurations

Subject: Multiple Site Configurations one a single web server

The Support Team

seg fault on new install

I'm using Drupal 4.4.1, php4, mysql4. Database user has been set up fine, database scheme loaded fine. When I try to acess my new install, all I get is a blank screen. In /var/log/httpd-error.log all I see is:

[Mon May 31 05:21:58 2004] [notice] child pid 78645 exit signal Segmentation fault (11)
[Mon May 31 05:29:02 2004] [notice] child pid 78646 exit signal Segmentation fault (11)
[Mon May 31 05:29:06 2004] [notice] child pid 78647 exit signal Segmentation fault (11)

for every attemt I make. Any thoughts or suggestions?

Clean URLs with VirtualDocumentRoot

Welcome,

if you are using the vhost_alias_module and you want clean URLs, the default .htaccess will give you an infinite internal redirect loop. Two things shall be done to prevent this. Let's suppose that the DocumentRoot is /var/www/htdocs and drupal is installed in /var/www/htdocs/mydomain/drupal . In this case, the first thing is:

RewriteBase /mydomain/drupal/

This is easy to figure out. Second -- this took me some time -- you should add a slash before the index.php in the RewriteRule line:

RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

Karoly Negyesi

Pre - install.........php.ini

I have session.save_handler = files and session.cache_limiter = nocache on my debian box.

Clearly on the install page it says:

Your PHP must have the following settings:

session.save_handler user

In addition, we recommend the following settings:

session.cache_limiter none

I'm wondering if anything will break if I make the changes manually in php.ini or if there is an alternative?

Unable to create first user

Hello,
I'm having trouble creating the first user. The Drupal page comes up OK. When I try to create the first user this is the message:

Forbidden
You don't have permission to access / on this server.

--------------------------------------------------------------------------------
Apache/2.0.49 (Win32) Server at localhost Port 80

Installation is on W2K running Apache & MySQL.

Thanks,
Jared

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal