I need to migrate users from the aforementoned platforms and the ideal situation would be that the users continued to authenticate with the same passwords. Is it doable by just copying the hashes? If not what additional steps should be taken?
xain's questions
I want to use an https nginx to proxy a non-secured nifi server running in the same box.
So far the closest I get is by using this configuration:
location ^~ /nifi {
proxy_set_header X-ProxyHost localhost;
proxy_set_header X-ProxyPort 6969;
proxy_set_header X-ProxyContextPath /nifi;
proxy_pass http://localhost:6969/nifi;
}
In nifi I get the exception:
2018-11-24 17:40:19,473 ERROR [NiFi Web Server-20] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred:
javax.ws.rs.core.UriBuilderException: The provided context path [/nifi] was not whitelisted []. Returning Internal Server Error response.
javax.ws.rs.core.UriBuilderException: The provided context path [/nifi] was not whitelisted []
at org.apache.nifi.web.util.WebUtils.verifyContextPath(WebUtils.java:152)
at org.apache.nifi.web.util.WebUtils.getResourcePath(WebUtils.java:125)
at org.apache.nifi.web.api.ApplicationResource.buildResourceUri(ApplicationResource.java:159)
at org.apache.nifi.web.api.ApplicationResource.generateResourceUri(ApplicationResource.java:141)
at org.apache.nifi.web.api.ProcessorResource.populateRemainingProcessorEntityContent(ProcessorResource.java:107)
at org.apache.nifi.web.api.ProcessorResource.populateRemainingProcessorEntitiesContent(ProcessorResource.java:95)
at org.apache.nifi.web.api.FlowResource.populateRemainingFlowStructure(FlowResource.java:200)
at org.apache.nifi.web.api.FlowResource.populateRemainingFlowContent(FlowResource.java:187)
at org.apache.nifi.web.api.FlowResource.getFlow(FlowResource.java:373)
Any hints?
I modified the parameter maintenance_work_mem in postgresql.conf in my production environment. I'd like to know if I send a SIGHUP to the postgres process it will reload that variable, and if it's safe for such environment.
is there a way in mailman to disable replies to newsletters ? I mean that any replies detected by mailman is discarded automatically.
Can anybody confirm this would work ?
I have two MX-configured DNS records to handle smtp and pop. I'd like to implement a 'mailing list' server in another machine so:
Would it do any harm the fact that this third mail server has no user inboxes ?
Would the mails that it sent be acknowledged as valid by the receiving servers given it's ip/name is present as a MX record ?
I recently downloaded a certificate from startssl and I'm trying to enable ssl on my tomcat 7.0.6 (I didn't generate de req file). I configured and when I tried to start it, the following error showed up:
java.io.IOException: Alias name ssltest does not identify a key entry
When I list the certificates in my keystore, I find that "ssltest" has "Entry type: trustedCertEntry" whereas "tomcat" has "Entry type: PrivateKeyEntry". What step am I missing ? (I already imported ca.pem and sub.class1.server.ca.pem.
Thanks in advance
how can I configure apache httpd 2.x to force ssl when a certain URL is called ? For instance, let http://www.mycompany.com be plain-text by default, except when a user opens http://www.mycompany.com/secure (and anything below) it forces https://www.mycompany.com/secure.
Thanks
I'm exporting my postgresql db using the command
su - postgres -c "pg_dump --inserts --column-inserts mydb" > export.sql
But when I open the exported file with vi, the letter with accents are not being displayed correctly, however the web app that reads data from this DB does show them ok.
Any hints ? Thanks.
where does tomcat read the "version" value it shows for the deployed applications in the manager application from? I've searched for such parameter in web.xml but no luck so far.
I recently stopped the postgresql database (that was working perfectly), and after a couple of days, when I try to start it, I get the errors:
2011-01-03 23:56:27 CLST LOG: could not translate host name "localhost", service "5432" to address: Name or service not known
2011-01-03 23:56:27 CLST WARNING: could not create listen socket for "localhost"
2011-01-03 23:56:27 CLST FATAL: could not create any TCP/IP sockets
I'm running Ubuntu 9.1, and I'm using the usuals
/etc/init.d/postgresql-8.4 start and stop
Any hints ?
I'm running ubuntu 9.10 which has gcc4 (libstdc++6) installed, and I need to install a program that requires libstdc++5 that comes with gcc3. I don't see gcc-3 listed when I run "apt-cache search" so:
- Is it necessary to install gcc-3 to achieve libstdc++5 ? If so where can I get it ?
- Is there a way to install just libstdc++5
- Would a soft link to libstdc++6 do or is it not recommended ?
Thanks
I have an apache 2 web server working with a tomcat 6 servlet container running on ununtu 9.1, integrated via mod_proxy.
I have the following time mismatch problem:
- When apache log to its access-log file, the date/time is correct.
- When a grails app running on tomcat inserts date-related information in the DB, the time is three hours ahead
Any tips on how to fix tomcat's datetime problem ?
Thanks
I'd like to know how to configure tomcat 6 in order to be able to replace a file from a war - for instance an image or a jsp - so I don't need to restart the server to keep it updated. I assume I'll have to deploy it as a directory - not just copying the war file to webapp ?
Thanks.
I'm running a Linux server named S1 in a "cloud" server, and when tomcat 6.0.24 starts, I get the exception:
org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.UnknownHostException: S1: S1
at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
at org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:485)
Which then leads to:
ERROR ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: Sjira1: S1
java.net.UnknownHostException: S1: S1
at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
at net.sf.ehcache.Cache.<clinit>(Cache.java:143)
My hosts file is:
127.0.0.1 localhost localhost.localdomain
(valid-ip-address) S1 S1.(valid domain name)
- ping S1 and S1.(valid domain name) return valid ip address
- nslookup S1.(valid domain name) returns valid ip address
- nslookup S1 throws ** server can't find S1: NXDOMAIN
Any ideas about how to fix this ?
Thanks
In ubuntu, I recently installed a client certificate in google chrome, and now I want to export it to other browsers. I installed the libnss3-tools package, but can't find the export option for certutil.