OpenSuSE Configuration and Executable Files


One of my problems on OpenSuSE is to find files. Therefore, I will maintain and update this list regularly.

Configurations

httpd.conf /etc/apache2/httpd.conf
apc.ini /etc/php5/conf.d/apc.ini
my.cnf /etc/my.cnf
php.ini /etc/php5/apache2/php.ini
php5.conf /etc/php5/apache2/conf.d/php5.conf

Executable

apache /etc/init.d/apache2
iptables
iptables-save
iptables-restore
/usr/sbin/iptables
/usr/sbin/iptables-save
/usr/sbin/iptables-restore
See OpenSuSE Forums: Save iptables configuration
mysql /etc/init.d/mysql
/usr/bin/mysql
php cli
/usr/bin/php

Log Files

apache error /var/log/apache2/error_log

Other Files

apache modules /usr/lib64/apache2
session files /var/lib/php5
web pages /srv/www/htdocs/
Owner: wwwrun

Notes

  1. iptables configuration files are handled by executable files: iptables-save and iptables-restore

Reference

  1. OpenSuSE Forums: Save iptables configuration
  2. OpenSuSE Forums: no Cli for php 5.3.x on SUSE 11.2 ?!

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.