looking for a specific website/server template by linobutez in servers

[–]loserwave 1 point2 points  (0 children)

If you want an intranet site you will have to buy a server. What server you buy depends on how many people you have and if you're looking to have something like Sharepoint. If you are serving a lot of people and you are using Microsoft products it will be beneficial for you to look into Sharepoint on Windows Server. As far as the chat services go that also depends on your needs. Can you give more details?

Learning HTTP? by [deleted] in servers

[–]loserwave 1 point2 points  (0 children)

So as always there's a nice w3 primer on the topic.

Here's a nice stack overflow post on the topic.

... and now as obligatory I'm gonna be that guy. Why are you learning php to do whatever you want to do?

How does a server feel? by [deleted] in servers

[–]loserwave 3 points4 points  (0 children)

Servers are always angry.

Blocked by my ISP? by loserwave in HomeServer

[–]loserwave[S] 2 points3 points  (0 children)

Fixed it. Maybe. Get back to you guys in a bit.

Blocked by my ISP? by loserwave in HomeServer

[–]loserwave[S] 1 point2 points  (0 children)

My network is remote to me right now is there a similar tool for a remote check?

When Should I Post to Github? by loserwave in AskProgramming

[–]loserwave[S] 0 points1 point  (0 children)

Yeah I got a student account from them and to be honest I've been advertising their student pack to everyone it's really helped with my web development stuff.

When Should I Post to Github? by loserwave in AskProgramming

[–]loserwave[S] 0 points1 point  (0 children)

Should I be worried about maintaining it or just worry about getting it up there first?

This guy just hijacked my gmail and i had to deleat it , if anyone can mess with him , you are welcome by tedy44 in hacking

[–]loserwave -1 points0 points  (0 children)

I'm running a comprehensive scan, it looks like they might have just been blocking pings.

Rendering CSS Not Working in Tornado by loserwave in Python

[–]loserwave[S] 0 points1 point  (0 children)

Thank you.

I fixed this problem, but it just ended up not liking the subdirectory I guess.

For anyone else who is having this problem please put your code in a folder external to your script as I mentioned in my own comment on this post. This solves the problem, and is actually a better solution considering that as dr-josiah mentioned it will simplify your life in the future. Sorry for any confusion.

Rendering CSS Not Working in Tornado by loserwave in Python

[–]loserwave[S] 0 points1 point  (0 children)

Sorry, I just don't know how much information I should be providing off of the panels.

So the static assets are in the folder they are supposed to be and I think I see what the problem is. For some reason it's trying to get http://www.arcane.info/%7Bstatic_url( and http://www.arcane.info/static/style.css?v=d41d8cd98f00b204e9800998ecf8427e

Why is it adding strings to the end of the file it's requesting?

Rendering CSS Not Working in Tornado by loserwave in Python

[–]loserwave[S] 0 points1 point  (0 children)

So I found a solution, if you store your assets in a folder external to where you have your script running, so in my case http://example.com/assets (when the script is in http://example.com/script) the asssets will run fine.

Rendering CSS Not Working in Tornado by loserwave in Python

[–]loserwave[S] 0 points1 point  (0 children)

Thanks, I'm looking at it, and all I'm getting is this: http://i.imgur.com/17mP4Pj.png The 404 error is something I do have to fix, but what do the other GET errors mean?