Differences between Linux flavors » History » Revision 5
« Previous |
Revision 5/8
(diff)
| Next »
Jim Pulokas, 05/13/2010 02:49 PM
Differences between Linux flavors¶
Different Linux flavors often put web server and mysql-related files in different locations. This can be confusing. From experience, we found the equivalent on CentOS vs SuSE. Here we list them for reference. If your system use a different naming and you are willing to share your experience, please send us the list. We will add it here:
Table Different File locations and Commands on CentOS vs SUSE
File or Command Head | CentOS | SuSE |
---|---|---|
php.ini | /etc/ | /etc/php5/apache2/ |
httpd.conf | /etc/httpd/conf/ | /etc/php5/apache2/ |
default document_root | /var/www/html/ | /srv/www/htdocs/ |
apache start/stop/restart command head | /sbin/service httpd | /etc/init.d/apache2 |
mysql start/stop/restart command head | /sbin/service mysqld | /etc/init.d/mysql |
For a more detailed comparison of Apache file layout on different Linux distributions, see http://wiki.apache.org/httpd/DistrosDefaultLayout
Install Web Server Prerequisites >
Updated by Jim Pulokas over 14 years ago · 5 revisions