Ajay Bhayani
Tuesday, 6 May 2014
how to start xampp server in redhat server
setenforce 0
service vsftpd restart
service httpd restart
service mysqld restart
how to increase upload file size limit in linux in xampp
u need to just put in httpd.conf in etc/httpd/conf/httpd.conf
<IfModule mod_php5.c> php_value upload_max_filesize 10M php_value post_max_size 20M </IfModule>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)