Jump to content

Jackd

Members
  • Posts

    335
  • Joined

  • Last visited

Everything posted by Jackd

  1. Happy Birthday!
  2. Doesn't the message kind of give it away? But yes i'm getting the same message
  3. If im understanding correctly, the feeds should work if you set the proxy in wordpress. The webserver should then fetch via the proxy so it should work ok. Sorry if i didnt understand
  4. Theres also requests going to clients1.google.co.uk for me
  5. Jackd

    Monitoring

    EDIT: Read webman's post further down
  6. Thats great i'll buy it when its available
  7. Ive had that too at home, it comes up saying its unsecured in one of those bubble thingies, and then if you dismiss that and hover over the wireless icon it says its secured.
  8. Probably because safari, firefox, chrome etc all do lookups to the google safe browsing database, whereas IE doesn't i dont think
  9. Jackd

    apache mod_rewrite

    Hey Two questions, how can i match a url with a dot in it, currently im using a line like this, RewriteRule ^music/([^/\.]+)/images/?$ artist/images.php?artist=$1 but when there's an artist such as Run D.M.C. it doesn't work, and i dont know enough about regular expressions to know how to fix it I've also got a url which should be something like /music/ARTIST/ALBUM/ so how can i make this work while also keeping the /music/ARTIST/images/ working? Thanks Jack
  10. Anyone have any/know where i can get 5 SCSI Ultra320 80pin drives (i think thats the right type ) for cheap. I cant find any ones in bulk on ebay and the cheapest i can find new are around £99, which im not going to pay for a server at home EDIT: any size will do Thanks, Jack
  11. Rewrite the links on the page's proxied to be the correct external site. Cause currently they're saying 192.168.2.20/etc... By the looks of mod_proxy_html it should be working.
  12. But i need the URL's rewriting and mod_proxy alone can't do that can it?
  13. I've got mod_proxy and mod_proxy_html installed. Currently the site is being proxied fine. But the links that are http://192.168.2.20 are not getting rewriten by mod_proxy_html to be correct. I've tried many different combinations of strings for ProxyHTMLURLMap but none seem to make a difference. Its running on ubuntu 8.10 So anyone have any ideas? ServerName mb.jacknet.co.uk ###Proxy to MB Host 192.168.2.20 ProxyPass http://192.168.2.20/ ProxyPassReverse http://192.168.2.20/ ProxyHTMLURLMap http://192.168.2.20/ / order deny,allow allow from all Jack
  14. Grr knew i'd forget something I think there was another thread similar to this somewhere, im not going to look though </pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off"> </form Fixed
  15. You could try this: </pre><form action="http://FULL_PATH_HERE/CookieAuth.dll?Logon" method="post" id="logonForm" autocomplete="off"> </for Jack
  16. what exactly is wrong with it? If you used cURL wouldnt you have to do some sort of url-rewriting for the pages to be useable? & in my personal opinion i would use the reverse proxy method localzuk suggested. Jack
  17. I take it thats phproxy. The code for the blacklisting is in a different file (index.php i think). Actually yes it is, ive just looked. $_hosts = array ( '#^127\.|192\.168\.|10\.|172\.(1[6-9]|2[0-9]|3[01])\.|localhost#i', ); Look for that in index.php and if you change it so its $_hosts = array ( ); should do the trick me thinks. (i havent had time to check) Jack
  18. JW can play XML playlists below is a one to play mp3 files. Playlist A Day to Remember - The Downfall of Us All http://jacknet.co.uk/music/artist.php?a=A+Day+to+Remember A Day to Remember - The Downfall of Us All - 3:29 A Day to Remember A Day to Remember - NJ Legion Iced Tea http://jacknet.co.uk/music/artist.php?a=A+Day+to+Remember A Day to Remember - NJ Legion Iced Tea - 3:31 A Day to Remember And i use the following options on the flash player <br /> var so = new SWFObject('player.swf','mpl','470','290','9');<br /> so.addParam('allowscriptaccess','always');<br /> so.addParam('allowfullscreen','true');<br /> so.addParam('flashvars','&file=http://jacknet.co.uk/playlist.xml&autostart=true&playlist=bottom');<br /> so.write('player');<br />
  19. Jackd

    Wasp Cam

    Awwh i was expecting The Flight of the Bumblebee as the soundtrack
  20. Okay Any ideas about my other issue mate?
  21. Static. The network settings in /etc/network/interfaces stays upon shutdown just not the dns servers.
  22. I've got Debian 5.0 installed on a server. In gnome when i go on the network option in the menu when it opens i get a unsupported platform message and it allows me to choose which distro im using. If i pick Debian 5.0 (Lenny) it opens fine and allows me to change the network settings nicely so any ideas about this? And also every time it gets shutdown the dns servers seems to get emptied so theres nothing in /etc/resolv.conf or in the dns section of the network applet. This started happening since i apt-get dist-upgraded from Debian 4. I'd reinstall but the server doesnt have a cd drive(i dont have a scsi cd drive ), cant boot from network and cant boot from usb. Thanks Jack
  23. I download most of my music, but thes chances are if ive downloaded them and i find out they've got a gig on near me ill go see them and buy some of their merch.
  24. -A INPUT -m state -i eth0 ! --state ESTABLISHED,RELATED -j DROP Thats the blocking rule ive got and yes ive got some masquerading rules too for it, but is that ok or do i need other rules for it to be better? Jack
×
×
  • Create New...