
Moving User Accounts (FREEBSD)
Move user entries from the following old files: /etc/passwd /etc/group /etc/master.passwd Then run the following command to rebuild the password database: pwd_mkdb -p /etc/master.passwd
Move user entries from the following old files: /etc/passwd /etc/group /etc/master.passwd Then run the following command to rebuild the password database: pwd_mkdb -p /etc/master.passwd
How To Install WordPress with Apache on FreeBSD 10.1 PostedJanuary 14, 2015 24.4kviews WORDPRESS LAMP STACK FREEBSD Introduction WordPress is a popular open source content [อ่านต่อ]
.htaccess (chmod 775) <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> httpd.conf [อ่านต่อ]
FREEBSD 10.1 ************ 1. #portsnap fetch #portsnap extract #portsnap fetch update 2.cd /usr/port/lang/perl5.20/make install clean 3. cd /usr/port/www/apache24/make install clean 4. apache24_enable=”YES” To /etc/rc.conf 5. [อ่านต่อ]
การ Update port Freebsd คำสั่งที่ใช้ #portsnap fetch #portsnap extract #portsnap fetch update
การ Update FreeBSD คำสั่งที่ใช้ #freebsd-update fetch #freebsd-update install
Install a http server MRTG requires an http server to be installed and operating correctly. In our example, we’ll install and use the Apache http [อ่านต่อ]
How to Install Apache, MySQL, PHP, and phpMyAdmin on FreeBSD 127 Comments November 10th, 2011 by iceflatline (20160616 — The steps in this post were [อ่านต่อ]
แก้ไข หรือเพิ่มเติม /etc/my.cnf old_passwords=1 จากนั้น ให้ปรับ Password โดยการเข้า Mysql mysql -uYourRootUsername -pYourRootPassword SET SESSION old_passwords=0; UPDATE mysql.user SET Password = PASSWORD(‘my_password’) WHERE user = ‘my_db_username’; [อ่านต่อ]
ปัญหา phpinfo ไม่แสดงผลครับ มันแสดงเพียงหน้าขาว ๆ วิธีแก้ไปที่ไฟล์ php.ini ครับ บรรทัดนี้นะ short_open_tag = Off แก้ไขให้เป็น short_open_tag = On
Copyright © 2025 | WordPress Theme by MH Themes