Hmmm I'm fresh out of ideas now. Still doesn't seem to work for me.
Arch and apache. We spoke about this last night on the IRC and all came to the conclusion it's incorrectly set up.
So I come seeking help lol
httpd.conf >>
http://pastebin.com/kk29acA1
php.ini >>
http://pastebin.com/F6viEteR
LOL can't wrap them in code tags I get this The message exceeds the maximum allowed length (20000 characters).
I'h hoping it's going to be something simple that I've missed, been at this for like 2 nights straight now, and can't see it
What do you guys think?
Did you try the latest ruTorrent release (from the svn repository)?
I used my
ruTorrent installer and I got no error messages at all. Of course I had to update it to checkout the new mediainfo plugin and also install mediainfo (pacman -S mediainfo).
Here's the diffs, but I don't think it matters:
Code:
[Select]
--- his_httpd.conf
+++ /etc/httpd/conf/httpd.conf
@@ -474,7 +474,7 @@
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
-LoadModule php5_module modules/libphp5.so
-LoadModule scgi_module modules/mod_scgi.so
Include conf/extra/php5_module.conf
-SCGIMount /RPC2 127.0.0.1:5000
\ No newline at end of file
+Include conf/extra/scgi.conf
+Include conf/extra/httpd-ssl.conf
+Include conf/extra/rutorrent.conf
Code:
[Select]
--- his_php.ini
+++ /etc/php/php.ini
@@ -941,7 +941,7 @@
;extension=bcmath.so
;extension=bz2.so
;extension=calendar.so
-extension=curl.so
+;extension=curl.so
;extension=dba.so
;extension=enchant.so
;extension=exif.so
@@ -952,7 +952,7 @@
;extension=iconv.so
;extension=imap.so
;extension=intl.so
-;extension=json.so
+extension=json.so
;extension=ldap.so
;extension=mcrypt.so
;extension=mssql.so
@@ -978,7 +978,7 @@
;extension=sysvsem.so
;extension=sysvshm.so
;extension=tidy.so
-extension=xmlrpc.so
+;extension=xmlrpc.so
;extension=xsl.so
;extension=zip.so
@@ -989,7 +989,7 @@
[Date]
; Defines the default timezone used by the date functions
;
http://php.net/date.timezone
-;date.timezone =
+date.timezone = Africa/Kinshasa
;
http://php.net/date.default-latitude
;date.default_latitude = 31.7667
@@ -1893,4 +1893,4 @@
; Local Variables:
; tab-width: 4
-; End:
\ No newline at end of file
+; End: