Actually, in your example, both items in the arrayref are the same I believe.
Definition for the second value: $LJ::DOMAIN: The minimal domain of the site, excluding the 'www.' prefix if applicable. Default: example.com;
So the yoursubomain.domain.ru:yourportnumber you use presumably is identical to the value of your $LJ::DOMAIN config. variable (and if 'www' is added before it then it works out identically to $LJ::DOMAIN_WEB (which has default value www.$DOMAIN;
I wonder if running the script "$LJHOME/home/lj/bin/upgrading/copy-emailpass-out-of-user" might still still necessary (so the system user, which is created outside of create.bml, has its login details stored in the correct tables). Try running that too?
webserver configpotoloOctober 3 2007, 20:16:15 UTC
1) Your modules.conf include file has "# Autogenerated file - do not edit!" at the top of it. STOP editing it! :-> First, clean up that file by removing all the lines below the final AddModule directive. Run '/usr/sbin/apache-modconf apache-perl' then 'dpkg-reconfigure apache-perl'. Incidentally, you might find it useful to select the "digest_auth_module" mod_auth_digest, when reconfiguring apache-perl.
2) In your httpd.conf file: You have "ServerRoot /etc/apache". Shouldn't that be "ServerRoot /etc/apache-perl" ? You could uncomment and change the other config lines to "ResourceConfig /dev/null" and "AccessConfig /dev/null". Doesn't matter too much.
2.5) Since you (correctly) have KeepAlive Off, the "MaxKeepAliveRequests 100" and "KeepAliveTimeout 15" will not do much - you can comment them out.
3) In your Main server configuration section you have "DocumentRoot /www". A little further on you have a "Directory" directive with the comment above it "# This should be changed to whatever you set DocumentRoot to." But, its value is "/
( ... )
Re: webserver configskyrus9999October 4 2007, 08:56:39 UTC
I make as you suggest, now i have in apache error logs
Subroutine BML::ml redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1967. Subroutine BML::ML::FETCH redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1973. Subroutine BML::ml redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1967. Subroutine BML::ML::FETCH redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1973.
Comments 16
Reply
Reply
I have in config
$COOKIE_DOMAIN = ["blogs.pitnet.ru:8080", ".$DOMAIN"];
$COOKIE_PATH = "/";
$UNIQ_COOKIES = 1; # give users uniq cookies to help fight abuse
Reply
$COOKIE_DOMAIN = ["", ".$DOMAIN"];
?
Reply
Actually, in your example, both items in the arrayref are the same I believe.
Definition for the second value:
$LJ::DOMAIN: The minimal domain of the site, excluding the 'www.' prefix if applicable.
Default: example.com;
So the yoursubomain.domain.ru:yourportnumber you use presumably is identical to the value of your $LJ::DOMAIN config. variable (and if 'www' is added before it then it works out identically to $LJ::DOMAIN_WEB (which has default value www.$DOMAIN;
Reply
Reply
2) In your httpd.conf file: You have "ServerRoot /etc/apache". Shouldn't that be "ServerRoot /etc/apache-perl" ? You could uncomment and change the other config lines to "ResourceConfig /dev/null" and "AccessConfig /dev/null". Doesn't matter too much.
2.5) Since you (correctly) have KeepAlive Off, the "MaxKeepAliveRequests 100" and "KeepAliveTimeout 15" will not do much - you can comment them out.
3) In your Main server configuration section you have "DocumentRoot /www". A little further on you have a "Directory" directive with the comment above it "# This should be changed to whatever you set DocumentRoot to." But, its value is "/ ( ... )
Reply
Subroutine BML::ml redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1967.
Subroutine BML::ML::FETCH redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1973.
Subroutine BML::ml redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1967.
Subroutine BML::ML::FETCH redefined at /www/blogs.pitnet.ru/cgi-bin/Apache/BML.pm line 1973.
each time i load any page :(
Reply
*(including my install right now)
Reply
I reupload new configs and LJ config to http://skyr.newmail.ru/conf
Reply
Leave a comment