如何在archlinux上设置指示灯有nice tutorial。
在<div class="options">
<div class="offers">
<form action="">
<div class="multiselect">
<div class="selectBox click">
<select class="select">
<option>Select an option</option>
</select>
<div class="overSelect"></div>
</div>
<div id="open" class="box">
<input type="checkbox" id="one_1" />
<label for="one_1" class="i">First checkbox</label>
<input type="checkbox" id="two_1" />
<label for="two_1">Second checkbox</label>
<input type="checkbox" id="three_1" />
<label for="three_1">Third checkbox</label>
</div>
</div>
</form>
</div>
<div class="offers">
<form action="">
<div class="multiselect">
<div class="selectBox click">
<select class="select">
<option>Select an option</option>
</select>
<div class="overSelect"></div>
</div>
<div id="open" class="box">
<label for="one_2">
<input type="checkbox" id="one_2" />First checkbox</label>
<label for="two_2">
<input type="checkbox" id="two_2" />Second checkbox</label>
<label for="three_2">
<input type="checkbox" id="three_2" />Third checkbox</label>
</div>
</div>
</form>
</div>
<div class="offers">
<form action="">
<div class="multiselect">
<div class="selectBox click">
<select class="select">
<option>Select an option</option>
</select>
<div class="overSelect"></div>
</div>
<div id="open" class="box">
<label for="one_3">
<input type="checkbox" id="one_3" />First checkbox</label>
<label for="two_3">
<input type="checkbox" id="two_3" />Second checkbox</label>
<label for="three_3">
<input type="checkbox" id="three_3" />Third checkbox</label>
</div>
</div>
</form>
</div>
</div>
中包含以下行:
/etc/httpd/conf/httpd.conf
我在# Use for PHP 5.x:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script php
Include conf/extra/php5_module.conf
上收到了以下错误:
sudo systemctl restart httpd
如果我对行Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
发表评论,我不会再收到错误,但php也无效。
有人可以帮忙吗?
others似乎遇到了同样的问题。
LoadModule php5_module modules/libphp5.so
的输出是:
systemctl status httpd.service
* httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2015-12-20 11:12:51 EET; 5h 0min ago
Process: 2550 ExecStop=/usr/bin/apachectl graceful-stop (code=exited, status=1/FAILURE)
Process: 3049 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
Main PID: 2390 (code=exited, status=0/SUCCESS)
的输出是:
apachectl configtest