Entry tags:
Dreamhacks: An apology, and a question: What do you find difficult on a Dreamhack?
I have a bit of an apology to make.
I haven't been doing a lot lately, and I'm keenly aware of that. I could use this space to find a bunch of excuses about why this is the case, but I'm not going to do that. I'm just going to say that I apologise, and that I'm going to try to make things better. Starting now. (Actually, starting yesterday.)
Because I haven't been keeping in touch, I know I haven't been very responsive to questions and comments. I want to change this, too. As such, I want to do a redo of a previous post that I made a few years ago: What do you find difficult on a Dreamhack? I want to try to help people and fix any issues they might be having.
Also, if you have any questions or comments about the Dreamhack service in general, please do leave a comment, or send me a PM! A comment would be preferable, but I'll be glad to respond and/or help if needed regardless.
I haven't been doing a lot lately, and I'm keenly aware of that. I could use this space to find a bunch of excuses about why this is the case, but I'm not going to do that. I'm just going to say that I apologise, and that I'm going to try to make things better. Starting now. (Actually, starting yesterday.)
Because I haven't been keeping in touch, I know I haven't been very responsive to questions and comments. I want to change this, too. As such, I want to do a redo of a previous post that I made a few years ago: What do you find difficult on a Dreamhack? I want to try to help people and fix any issues they might be having.
Also, if you have any questions or comments about the Dreamhack service in general, please do leave a comment, or send me a PM! A comment would be preferable, but I'll be glad to respond and/or help if needed regardless.
Error
Restarting apache ...
[Fri Jul 10 17:41:25.428380 2015] [core:warn] [pid 8269] AH00111: Config variable ${DREAMHACK_DIR} is not defined
apache2: Syntax error on line 5 of /dreamhack/home/8174-ninetydegrees/apache/conf/httpd.conf: Syntax error on line 1 of /dreamhack/etc/apache/httpd.conf: ServerRoot must be a valid directory
Action '-f /dreamhack/home/8174-ninetydegrees/apache/conf/httpd.conf -k stop' failed.
The Apache error log may have more information.
[Fri Jul 10 17:41:30.501004 2015] [core:warn] [pid 8273] AH00111: Config variable ${DREAMHACK_DIR} is not defined
apache2: Syntax error on line 5 of /dreamhack/home/8174-ninetydegrees/apache/conf/httpd.conf: Syntax error on line 1 of /dreamhack/etc/apache/httpd.conf: ServerRoot must be a valid directory
Action '-f /dreamhack/home/8174-ninetydegrees/apache/conf/httpd.conf -k start' failed.
The Apache error log may have more information.
Apache started successfully!
What should have I done?
Re: Error
bin/start-apache
andbin/stop-apache
files:source $HOME/apache/conf/envvars
You're going to need to add that line to the top of your custom restarting scripts -
bin/dwdb
andbin/restart
. They should work again afterwards and you should be able to restart Apache.If I may make a suggestion, though - you may want to just the custom stopping and starting with calls to
$HOME/bin/start-apache
and$HOME/bin/stop-apache
. It'll probably be easiest that way, since it doesn't look like you're doing anything in your scripts that those two don't do.Re: Error
Re: Error