0
votes
3answers
31 views
PHP4 problems with include() within a file created by fwrite()
I have a file called generator.php where a visitor enters data into, using a browser.
This generator.php file uses fwrite() to create a result.php on the server (Apache).
One of t …
0
votes
0answers
27 views
Was Apache running as root? [closed]
I am re-thinking our server's permission and group strategy. So I was trying to check what permissions was needed with the current setup for Apache to access the files.
I changed …
0
votes
2answers
23 views
Not authorized to write to this feed
I am calling
service.insert(new URL(getContentFeedUrl()), newAttachment);
for Google sites file upload using MediaStreamSource in servlet and get following exception
com.goog …
1
vote
3answers
15 views
How to configure permissions on application folder to write XML Documents
Hello everyone,
I´ve an desktop aplication using VS2005.
The application write a XML document into a application´s folder.
When a run with a administrator the application run OK …
0
votes
0answers
41 views
I have about 20 servers…how do I manage the SSH keys and permissions of each? [closed]
I have database servers, web servers, SVN servers, etc.
Often times I ssh among them...or they auto-ssh.
How do I manage what server gets to log into which others?
0
votes
1answer
18 views
Can’t get AllPermission configured for intranet applet. Can anyone help?
Hello everyone,
After doing a lot of reading and testing I've been unable to give all permissions to an intranet applet through the codeBase grant option.
This applet need full pe …
2
votes
0answers
44 views
file permissions in unix [closed]
i am working on solaris unix.
i have a file with permissions as below
-rw-r----x+
what does this + at the end mean?
1
vote
1answer
29 views
How do I properly fix deploy permission issues with Hudson and ant?
I'm having trouble deploying my Web start to the web server due to permissions problems (reformatted):
/home/hudson/.../build/build-web-start.xml:20: Failed to copy
/home/hudson/. …
0
votes
2answers
13 views
MySQL, Permission Issue
Hello, I have a MySQL database that has several databases used by more than 1 web app.
I need to now create a new Database that can only be accessed via a new user account. I've …
1
vote
0answers
66 views
Find all files on server with 777 permissions [closed]
Hello,
I'm looking for a Linux command to go through all the directories on my server and find all files with 777 permission. The output would be a list of all those files with fu …
2
votes
4answers
115 views
Prevent .NET from writing to C:\Windows\Temp
I've got a C# application that I'm trying to push out to a distributed network. The application works fine locally (as always), but when I push it out to the network, it doesn't w …
0
votes
1answer
37 views
php javascript permissions problem
Kind of a weird problem... not something ive ever run into before.
So, i am using CKeditor, and am creating the upload and browse functions for users to upload and use images in t …
0
votes
1answer
64 views
No longer have to enter a password to SSH into another server? [closed]
For some reason, I have a server that if ssh into another server...you don't need to enter the password.
How is this done? Can someone give me step by step instructions please?
0
votes
3answers
44 views
how to set exclusive permissions on a SharePoint document library?
I have a requirement to lock down access to a SharePoint library: Only users that belong to all the groups associated with the library should have read access; others should not be …
2
votes
5answers
204 views
Registry access in non-admin mode
I've several long-standing apps written in Delphi that persist their settings in the registry. I've used HKEY_LOCAL_MACHINE for 'hard' settings such as configuration preferences an …
