1,271 reputation
1522
bio website oliver.salzburg.so
location Germany
age 29
visits member for 2 years, 6 months
seen 2 days ago
stats profile views 42

• email: oliver.salzburg@gmail.com
• github: oliversalzburg
• google+: Oliver Salzburg


IT consultant, software engineer, open source enthusiast, alround computer guy

Never forget:

  • :w !sudo tee %
  • Ctrl+X,*

Mar
21
revised Cannot start apache (Unable to change directory to /root)
Added details mentioned in comments
Mar
21
suggested suggested edit on Cannot start apache (Unable to change directory to /root)
Mar
21
comment Cannot start apache (Unable to change directory to /root)
Where do you get the error (stderr, syslog, ...) and how are you starting it?
Mar
19
answered Point external website to a url on my domain
Mar
17
comment Can I completely convert an Ubuntu desktop installation to a server one? (not just the packages)
Seems to me like Apache says "server" already. Even though that has nothing to do with the variant of your Ubuntu release.
Mar
6
accepted Why does co-locating data use so much storage space?
Mar
6
comment Why does co-locating data use so much storage space?
I was unable to find any Data Protection Manager tag and can't create one either. A little help would be appreciated :)
Mar
6
asked Why does co-locating data use so much storage space?
Mar
6
awarded  Commentator
Mar
6
comment What can I do if my organization is running out of IP addresses?
I'm pretty sure it all comes down to the defined subnet. It will just be a lot easier to set up if you use an address range that was designed to be class B or A. At least that's my understanding.
Mar
6
comment What can I do if my organization is running out of IP addresses?
Yes, just change all static IPs and your DHCP range. But you're going to want to use the 172.16.XXX.XXX option I assume (or go directly to 10.XXX.XXX.XXX).
Mar
6
comment What can I do if my organization is running out of IP addresses?
Move your whole network to a class B or A private network address range.
Jun
11
comment Why does reprepro complain about the “all” architecture?
I don't think it's a bug. The source shows that it explicitly checks for the "all" architecture. So, most likely, there is something special (wrong) about it.
Jun
10
comment Why does reprepro complain about the “all” architecture?
@Eduardo No it doesn't create anything for "all". Also the "Packages" files for other architectures (like amd64) are created empty.
Jun
10
comment Why does reprepro complain about the “all” architecture?
@Eduardo That results in Required field 'Architectures' expected (since line 1). I also checked the source of reprepro. It explicitly checks for "all". But there is no comment in the source about thre reason either :(
Jun
10
asked Why does reprepro complain about the “all” architecture?
Jun
8
answered Changes made to httpd config file not taking effect
Jun
8
comment Changes made to httpd config file not taking effect
@Sandeepan Yeah, I have the same situation on my system. Apache Server 2.0.55 is outdated and potentially insecure. The Apache website recommends 2.0.64 as the latest in the 2.0 branch. Do you require that version specifically?
Jun
8
comment Changes made to httpd config file not taking effect
What version of Apache did you install? Apache 2.2.19 installs httpd.conf into C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf. I could not find a httpd-win.
Jun
8
comment Capture HTTP GET requests
That works for me. At least for outgoing GET requests.