i'm doing a new livejournal installation... i've gone through the livejournal install docs... and i've got the code on the server, and the mysql db created, etc...
right now, i need to figure out how/what to add to the httpd.conf file...
i have the following section for the livejournal.. in the httpd.conf
(test2 is simply a a test)
so, if i can see what other httpd.conf files look like, i can hopefully get this up/running...
------------------------------------
UseCanonicalName Off
NameVirtualHost 192.168.1.55:87
[Error: Irreparable invalid markup ('<virtualhost 192.168.1.55:87>') in entry. Owner must fix manually. Raw contents below.]
hi...
i'm doing a new livejournal installation... i've gone through the livejournal install docs... and i've got the code on the server, and the mysql db created, etc...
right now, i need to figure out how/what to add to the httpd.conf file...
i have the following section for the livejournal.. in the httpd.conf
(test2 is simply a a test)
so, if i can see what other httpd.conf files look like, i can hopefully get this up/running...
------------------------------------
UseCanonicalName Off
NameVirtualHost 192.168.1.55:87
<VirtualHost 192.168.1.55:87>
ServerName mygroups.webhop.net
ServerAdmin webmaster@gforge.mesa.com
DocumentRoot /var/www/html/test
PerlSetEnv LJHOME /var/www/html
PerlRequire /var/www/html/cgi-bin/modperl.pl
Alias /test /var/www/html/test2/
<Directory /var/www/html/test2>
Options Indexes FollowSymlinks
AllowOverride All
order allow,deny
allow from all
</Directory>
<Directory /var/www/html/lj>
Options Indexes FollowSymlinks
AllowOverride All
order allow,deny
allow from all
</Directory>
</VirtualHost>
------------------------------------
i need to know what i have to do/change in order to setup the config file, and can someone tell me what i need to insert as the url -->http://foo.com/what_needs_to_be_here.html..
thanks
bruce
bedouglas@earthlink.net
i'm doing a new livejournal installation... i've gone through the livejournal install docs... and i've got the code on the server, and the mysql db created, etc...
right now, i need to figure out how/what to add to the httpd.conf file...
i have the following section for the livejournal.. in the httpd.conf
(test2 is simply a a test)
so, if i can see what other httpd.conf files look like, i can hopefully get this up/running...
------------------------------------
UseCanonicalName Off
NameVirtualHost 192.168.1.55:87
<VirtualHost 192.168.1.55:87>
ServerName mygroups.webhop.net
ServerAdmin webmaster@gforge.mesa.com
DocumentRoot /var/www/html/test
PerlSetEnv LJHOME /var/www/html
PerlRequire /var/www/html/cgi-bin/modperl.pl
Alias /test /var/www/html/test2/
<Directory /var/www/html/test2>
Options Indexes FollowSymlinks
AllowOverride All
order allow,deny
allow from all
</Directory>
<Directory /var/www/html/lj>
Options Indexes FollowSymlinks
AllowOverride All
order allow,deny
allow from all
</Directory>
</VirtualHost>
------------------------------------
i need to know what i have to do/change in order to setup the config file, and can someone tell me what i need to insert as the url -->http://foo.com/what_needs_to_be_here.html..
thanks
bruce
bedouglas@earthlink.net