在cacti.conf中,我尝试将默认上下文从localhost编辑到0.0.0.0 (以及两者之间的所有内容)。现在我只有
Alias /cacti /usr/share/cacti
<Directory /usr/share/cacti/>
Order Deny,Allow
Deny from all
Allow from 0.0.0.0
</Directory>
in /etc/httpd/con.d/cacti.conf。(也曾尝试192.168.0.0/24和许多其他)
我还尝试过chown -R apache:
我有一个旧的仙人掌数据库,我正在尝试恢复关键数据。旧数据库的字段比新的电流稳定器少很多。手动导入会产生大量错误。如何将旧的Cacti db导入到当前稳定系统中?
mysql> use cacti;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
+-------------------------
我的html中有onmouseover和onclick,我想把它们移到单独的js文件中(在js文件夹中)。
使用onmouseover时,我确实尝试过,但是我不能让它工作。它应该(只有一次)从img/cacti-edit.jpg更改为img/cacti.jpeg。我的html:
<div class="pic">
<img src="img/cacti-edit.jpg" alt="close-up of a cactus and its spikes"/>
</div>
我的js:
let picture